WeChatFerry/clients/pyauto/wcfauto/auto_res/__init__.py

9 lines
153 B
Python
Raw Normal View History

2023-10-07 15:29:50 +08:00
# -*- coding: utf-8 -*-
from wcfauto.auto_res.bot import Register
from wcfauto.auto_res.core import load_function
Register = load_function(Register)