mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-29 21:03:45 +03:00
Re-export ConnectionHttp from the network package
This commit is contained in:
parent
128053750d
commit
7b6e65a7a5
|
@ -7,5 +7,5 @@ from .authenticator import do_authentication
|
||||||
from .mtprotosender import MTProtoSender
|
from .mtprotosender import MTProtoSender
|
||||||
from .connection import (
|
from .connection import (
|
||||||
ConnectionTcpFull, ConnectionTcpAbridged, ConnectionTcpObfuscated,
|
ConnectionTcpFull, ConnectionTcpAbridged, ConnectionTcpObfuscated,
|
||||||
ConnectionTcpIntermediate
|
ConnectionTcpIntermediate, ConnectionHttp
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user