Telethon/telethon_tests/__init__.py

6 lines
182 B
Python
Raw Normal View History

from .crypto_tests import CryptoTests
from .network_tests import NetworkTests
from .parser_tests import ParserTests
from .tl_tests import TLTests
from .utils_tests import UtilsTests