Telethon/telethon/_client/__init__.py

5 lines
178 B
Python
Raw Normal View History

"""
2021-09-11 14:43:20 +03:00
This package defines the main `telethon._client.telegramclient.TelegramClient` instance
which delegates the work to free-standing functions defined in the rest of files.
"""