mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-13 04:56:35 +03:00
a7c7fdd2e4
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
|
|
|