Telethon/telethon/_misc/__init__.py
2021-09-12 16:23:55 +02:00

6 lines
241 B
Python

"""
Several extensions Python is missing, such as a proper class to handle a TCP
communication with support for cancelling the operation, and a utility class
to read arbitrary binary data in a more comfortable way, with int/strings/etc.
"""