mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-06-20 20:16:38 +00:00

The interactive example now lives in a separate class, independant from `main.py` (which no longer exists) so it's more intuitive.
5 lines
111 B
Python
Executable File
5 lines
111 B
Python
Executable File
from .all_tlobjects import tlobjects
|
|
from .mtproto_request import MTProtoRequest
|
|
from .session import Session
|
|
|