2
0
mirror of https://github.com/LonamiWebs/Telethon synced 2025-08-24 02:47:18 +00:00
telethon/telethon_tests/__init__.py
2016-11-30 00:29:42 +03:00

6 lines
177 B
Python

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