Telethon/telethon_generator/parsers/tlobject/__init__.py
Lonami Exo da5c171346 Skip core types when parsing .tl files
This avoids the need to comment then every time the file changes.
2018-12-15 12:38:56 +01:00

4 lines
97 B
Python

from .tlarg import TLArg
from .tlobject import TLObject
from .parser import parse_tl, find_layer