Small changes.

This commit is contained in:
Alex Root Junior 2018-01-27 07:45:46 +02:00
parent f874310965
commit ba44ca67fa
2 changed files with 18 additions and 11 deletions

View file

@ -1,7 +1,9 @@
from . import api
from .base import BaseBot
from .bot import Bot
__all__ = [
'BaseBot',
'Bot'
'Bot',
'api'
]