add export definition

This commit is contained in:
Matthias 2022-05-11 14:06:11 +02:00
parent 538e5e6c21
commit 19cfa540d9
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -3,3 +3,7 @@ Import helper for events
"""
from plugin.base.event.events import trigger_event
__all__ = [
trigger_event,
]