We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083fcfd commit 85ef28dCopy full SHA for 85ef28d
1 file changed
pytdbot/__init__.py
@@ -1,7 +1,7 @@
1
-from . import types, utils, filters, exception
2
-from .tdjson import TdJson
3
-from .client_manager import ClientManager
+from . import exception, filters, types, utils
4
from .client import Client
+from .client_manager import ClientManager
+from .tdjson import TdJson
5
6
__all__ = [
7
"types",
@@ -13,7 +13,7 @@
13
"Client",
14
]
15
16
-__version__ = "0.9.10dev0"
+__version__ = "0.9.10"
17
__copyright__ = "Copyright (c) 2022-2026 Pytdbot, AYMENJD"
18
__license__ = "MIT License"
19
0 commit comments