mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-11-02 17:07:52 +03:00
5 lines
102 B
Python
5 lines
102 B
Python
from . import codegen, tl_parser
|
|
from .version import __version__
|
|
|
|
__all__ = ["codegen", "tl_parser"]
|