InvenTree/InvenTree/plugin/events.py

10 lines
119 B
Python

"""
Import helper for events
"""
from plugin.base.event.events import trigger_event
__all__ = [
trigger_event,
]