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