mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
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
|
from plugin.base.event.events import trigger_event
|
||||||
|
|
||||||
|
__all__ = [
|
||||||
|
trigger_event,
|
||||||
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user