Update tests and small refactoring

This commit is contained in:
Alex Root Junior 2019-11-16 22:32:26 +02:00
parent 65331e1fda
commit 7dc2a0ddaf
10 changed files with 18 additions and 15 deletions

View file

@ -1,4 +1,5 @@
from .api import methods, session, types
from .api import methods, types
from .api.client import session
from .api.client.bot import Bot
__all__ = ["__api_version__", "__version__", "types", "methods", "Bot", "session"]