Skip to content

Commit 0866dfa

Browse files
committed
Make TCPAbridgedO importable
1 parent 78aa7ae commit 0866dfa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyrogram/connection/transport/tcp/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1818

1919
from .tcp_abridged import TCPAbridged
20+
from .tcp_abridged_o import TCPAbridgedO
2021
from .tcp_full import TCPFull
2122
from .tcp_intermediate import TCPIntermediate

0 commit comments

Comments
 (0)