8 lines
167 B
Python
8 lines
167 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from wcfauto.auto_res import Register
|
|
from wcfauto.wcf import WcfV2 as Wcf
|
|
from wcfauto.wcf import WxMsgV2 as WxMsg
|
|
|
|
__version__ = "39.0.3.0"
|