mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 13:29:47 +00:00
Make the Connection a proper ABC (#509)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import logging
|
||||
from .telegram_bare_client import TelegramBareClient
|
||||
from .telegram_client import TelegramClient
|
||||
from .network import ConnectionMode
|
||||
from .network import connection
|
||||
from . import tl, version
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user