855 协议版本

This commit is contained in:
liuwei
2025-04-29 12:16:40 +08:00
parent bb56d15b9b
commit 869bce8a18
14 changed files with 1943 additions and 2 deletions

9
wechat_ipad/__init__.py Normal file
View File

@@ -0,0 +1,9 @@
# 只导入错误类
from wechat_ipad.errors import *
# 设置包名
__name__ = "wechat_api"
# 导出 WechatAPIClient 类,但避免循环导入
from wechat_ipad.client import WechatAPIClient