mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
Small changes.
This commit is contained in:
parent
f874310965
commit
ba44ca67fa
2 changed files with 18 additions and 11 deletions
|
|
@ -1,7 +1,9 @@
|
|||
from . import api
|
||||
from .base import BaseBot
|
||||
from .bot import Bot
|
||||
|
||||
__all__ = [
|
||||
'BaseBot',
|
||||
'Bot'
|
||||
'Bot',
|
||||
'api'
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue