mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add required imports to plugin.events
This commit is contained in:
parent
8052d78311
commit
73413baa59
@ -2,8 +2,10 @@
|
||||
Import helper for events
|
||||
"""
|
||||
|
||||
from plugin.base.event.events import trigger_event
|
||||
from plugin.base.event.events import process_event, register_event, trigger_event
|
||||
|
||||
__all__ = [
|
||||
'process_event',
|
||||
'register_event',
|
||||
'trigger_event',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user