mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 17:36:34 +03:00
51a531225f
Now it *should* be easier to turn Telethon into a pip package
6 lines
182 B
Python
6 lines
182 B
Python
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
|