mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
7 lines
281 B
Python
7 lines
281 B
Python
"""
|
|
Several extensions Python is missing, such as a proper class to handle a TCP
|
|
communication with support for cancelling the operation, and an utility class
|
|
to read arbitrary binary data in a more comfortable way, with int/strings/etc.
|
|
"""
|
|
from .binaryreader import BinaryReader
|