aiogram/aiogram/bot/__init__.py
Alex Root Junior ba44ca67fa Small changes.
2018-01-27 07:45:46 +02:00

9 lines
116 B
Python

from . import api
from .base import BaseBot
from .bot import Bot
__all__ = [
'BaseBot',
'Bot',
'api'
]