mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-26 11:23:46 +03:00
8 lines
195 B
Python
8 lines
195 B
Python
from .telegram_bare_client import TelegramBareClient
|
|
from .telegram_client import TelegramClient
|
|
from .network import ConnectionMode
|
|
from . import tl, version
|
|
|
|
|
|
__version__ = version.__version__
|