mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-15 20:02:22 +00:00
Add tests for DataMixin
This commit is contained in:
parent
013ee3d496
commit
a6573656d0
5 changed files with 39 additions and 17 deletions
|
|
@ -1,13 +1,6 @@
|
|||
from .api import methods, session, types
|
||||
from .api.client.bot import Bot
|
||||
|
||||
try:
|
||||
import uvloop
|
||||
|
||||
uvloop.install()
|
||||
except ImportError:
|
||||
uvloop = None
|
||||
|
||||
__all__ = ["__api_version__", "__version__", "types", "methods", "Bot", "session"]
|
||||
|
||||
__version__ = "3.0dev.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue