Telethon/client/src/telethon/_impl/mtsender/__init__.py
2024-10-18 19:07:45 +02:00

20 lines
281 B
Python

from .sender import (
NO_PING_DISCONNECT,
PING_DELAY,
AsyncReader,
AsyncWriter,
Connector,
Sender,
connect,
)
__all__ = [
"NO_PING_DISCONNECT",
"PING_DELAY",
"AsyncReader",
"AsyncWriter",
"Connector",
"Sender",
"connect",
]