855 协议版本
This commit is contained in:
9
wechat_ipad/__init__.py
Normal file
9
wechat_ipad/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
# 只导入错误类
|
||||
from wechat_ipad.errors import *
|
||||
|
||||
# 设置包名
|
||||
__name__ = "wechat_api"
|
||||
|
||||
# 导出 WechatAPIClient 类,但避免循环导入
|
||||
from wechat_ipad.client import WechatAPIClient
|
||||
Reference in New Issue
Block a user