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