mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2026-09-08 09:51:57 +00:00
Make the Connection a proper ABC (#509)
This commit is contained in:
@@ -5,4 +5,7 @@ with Telegram's servers and the protocol used (TCP full, abridged, etc.).
|
||||
from .mtproto_plain_sender import MtProtoPlainSender
|
||||
from .authenticator import do_authentication
|
||||
from .mtproto_sender import MtProtoSender
|
||||
from .connection import Connection, ConnectionMode
|
||||
from .connection import (
|
||||
ConnectionTcpFull, ConnectionTcpAbridged, ConnectionTcpObfuscated,
|
||||
ConnectionTcpIntermediate
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user