2
0
mirror of https://github.com/LonamiWebs/Telethon synced 2025-08-23 02:17:34 +00:00
telethon/telethon_tests/__init__.py

6 lines
177 B
Python
Raw Normal View History

2016-11-30 00:29:42 +03:00
from .crypto_test import CryptoTests
from .network_test import NetworkTests
from .parser_test import ParserTests
from .tl_test import TLTests
from .utils_test import UtilsTests