Re-export ConnectionHttp from the network package

This commit is contained in:
Lonami Exo 2018-07-08 17:48:27 +02:00
parent 128053750d
commit 7b6e65a7a5

View File

@ -7,5 +7,5 @@ from .authenticator import do_authentication
from .mtprotosender import MTProtoSender
from .connection import (
ConnectionTcpFull, ConnectionTcpAbridged, ConnectionTcpObfuscated,
ConnectionTcpIntermediate
ConnectionTcpIntermediate, ConnectionHttp
)