mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-11 03:56:36 +03:00
51a531225f
Now it *should* be easier to turn Telethon into a pip package
6 lines
214 B
Python
Executable File
6 lines
214 B
Python
Executable File
from .mtproto_plain_sender import MtProtoPlainSender
|
|
from .tcp_client import TcpClient
|
|
from .authenticator import do_authentication
|
|
from .mtproto_sender import MtProtoSender
|
|
from .tcp_transport import TcpTransport
|