mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-11-10 12:57:36 +03:00
4 lines
69 B
Python
4 lines
69 B
Python
from . import codegen, tl_parser
|
|
|
|
__all__ = ["codegen", "tl_parser"]
|