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