WeChatFerry/clients/pyauto/wcfauto/__init__.py

9 lines
168 B
Python
Raw Normal View History

2023-10-07 15:29:50 +08:00
# -*- coding: utf-8 -*-
from wcfauto.auto_res import Register
2023-10-07 17:02:43 +08:00
from wcfauto.wcf import WcfV2 as Wcf
from wcfauto.wcf import WxMsgV2 as WxMsg
2023-10-07 15:29:50 +08:00
__version__ = "39.0.3.0"