mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 10:35:40 +00:00
add export definition
This commit is contained in:
@ -3,3 +3,7 @@ Import helper for events
|
||||
"""
|
||||
|
||||
from plugin.base.event.events import trigger_event
|
||||
|
||||
__all__ = [
|
||||
trigger_event,
|
||||
]
|
||||
|
Reference in New Issue
Block a user