mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-13 04:56:35 +03:00
9 lines
221 B
Python
9 lines
221 B
Python
import logging
|
|
from .client.telegramclient import TelegramClient
|
|
from .network import connection
|
|
from . import tl, version
|
|
|
|
|
|
__version__ = version.__version__
|
|
logging.getLogger(__name__).addHandler(logging.NullHandler())
|