Add logging everywhere

This commit is contained in:
Maël Kervella 2018-06-25 16:31:50 +00:00
parent 5b4523c797
commit 2deb99c51c
5 changed files with 124 additions and 25 deletions

View file

@ -1,4 +1 @@
from .re2oapi.client import Re2oAPIClient
from .re2oapi import exceptions
__all__ = ['Re2oAPIClient', 'exceptions']
from .re2oapi import *