mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-29 19:35:20 +02:00
6 lines
158 B
Python
6 lines
158 B
Python
|
|
"""Automations: scheduled / triggered runs of capabilities — see automation-design-plan.md."""
|
||
|
|
|
||
|
|
from __future__ import annotations
|
||
|
|
|
||
|
|
__all__: list[str] = []
|