Files

6 lines
119 B
Python

"""NapCat 入站编解码导出。"""
from .message_codec import NapCatInboundCodec
__all__ = ["NapCatInboundCodec"]