mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-06-16 18:16:39 +00:00
20 lines
281 B
Python
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",
|
|
]
|