mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-31 19:45:15 +02:00
move automations api into vertical slice with service layer
This commit is contained in:
parent
d84240a630
commit
dd6bc30f98
6 changed files with 107 additions and 57 deletions
7
surfsense_backend/app/automations/services/__init__.py
Normal file
7
surfsense_backend/app/automations/services/__init__.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
"""Service layer for the automations feature."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from .automation import AutomationService, get_automation_service
|
||||
|
||||
__all__ = ["AutomationService", "get_automation_service"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue