Files
LangBot/libs/wechatpad_api/__init__.py
2025-06-30 21:47:40 +08:00

5 lines
68 B
Python

from .client import WeChatPadClient
__all__ = ['WeChatPadClient']