Telethon/telethon/extensions/__init__.py

7 lines
281 B
Python
Raw Normal View History

"""
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.
"""
2018-06-18 22:02:42 +03:00
from .binaryreader import BinaryReader