mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-29 19:35:20 +02:00
feat(automation): register automation run celery task
This commit is contained in:
parent
273b98f350
commit
b26bf0bbcf
3 changed files with 37 additions and 0 deletions
3
surfsense_backend/app/automations/tasks/__init__.py
Normal file
3
surfsense_backend/app/automations/tasks/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
"""Celery task wrappers for the automation runtime."""
|
||||
|
||||
from __future__ import annotations
|
||||
Loading…
Add table
Add a link
Reference in a new issue