mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
8 lines
230 B
Python
8 lines
230 B
Python
from .api import methods, types
|
|
from .api.client import session
|
|
from .api.client.bot import Bot
|
|
|
|
__all__ = ["__api_version__", "__version__", "types", "methods", "Bot", "session"]
|
|
|
|
__version__ = "3.0dev.1"
|
|
__api_version__ = "4.4"
|