mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-03-12 23:48:02 +03:00
5 lines
156 B
Python
5 lines
156 B
Python
from .basecodec import BaseCodec
|
|
from .fullcodec import FullCodec
|
|
from .intermediatecodec import IntermediateCodec
|
|
from .abridgedcodec import AbridgedCodec
|