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

12 lines
143 B
Python
Vendored

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