WeChatFerry/clients/pyauto/wcfauto/event/__init__.py
2023-10-07 15:29:50 +08:00

7 lines
138 B
Python

# -*- coding: utf-8 -*-
from wcfauto.event.event import Event
from wcfauto.event.core import load_function
Event = load_function(Event)