mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-31 19:45:15 +02:00
feat(automations): add manual dispatch service
This commit is contained in:
parent
1366c8a711
commit
3bb02d8889
2 changed files with 115 additions and 0 deletions
8
surfsense_backend/app/automations/dispatch/__init__.py
Normal file
8
surfsense_backend/app/automations/dispatch/__init__.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
"""Public dispatch surface for firing automations."""
|
||||
|
||||
from .manual import DispatchError, dispatch_manual_run
|
||||
|
||||
__all__ = [
|
||||
"DispatchError",
|
||||
"dispatch_manual_run",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue