WeChatFerry/clients/wcfautopy/wcferry/event/__init__.py

12 lines
143 B
Python

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