12 lines
143 B
Python
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)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|