mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-31 19:45:15 +02:00
feat(automation): expose runtime package surface
This commit is contained in:
parent
d3cda12191
commit
273b98f350
1 changed files with 7 additions and 0 deletions
7
surfsense_backend/app/automations/runtime/__init__.py
Normal file
7
surfsense_backend/app/automations/runtime/__init__.py
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
"""Automation run executor: plan walker, step dispatch, retries, persistence."""
|
||||||
|
|
||||||
|
from __future__ import annotations
|
||||||
|
|
||||||
|
from .executor import execute_run
|
||||||
|
|
||||||
|
__all__ = ["execute_run"]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue