mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-25 02:43:45 +03:00
Export __version__ from root
This commit is contained in:
parent
0e48a01ef4
commit
837258f4c8
|
@ -1,9 +1,11 @@
|
||||||
"""
|
"""
|
||||||
The main package for the Telethon library.
|
The main package for the Telethon library.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from ._impl import tl as _tl
|
from ._impl import tl as _tl
|
||||||
from ._impl.client import Client
|
from ._impl.client import Client
|
||||||
from ._impl.client.errors import errors
|
from ._impl.client.errors import errors
|
||||||
from ._impl.mtproto import RpcError
|
from ._impl.mtproto import RpcError
|
||||||
|
from .version import __version__
|
||||||
|
|
||||||
__all__ = ["_tl", "Client", "errors", "RpcError"]
|
__all__ = ["_tl", "Client", "errors", "RpcError", "__version__"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user