add export definition
This commit is contained in:
parent
538e5e6c21
commit
19cfa540d9
|
|
@ -3,3 +3,7 @@ Import helper for events
|
|||
"""
|
||||
|
||||
from plugin.base.event.events import trigger_event
|
||||
|
||||
__all__ = [
|
||||
trigger_event,
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue