SurfSense/surfsense_backend/app/automations/registries/__init__.py

6 lines
165 B
Python
Raw Normal View History

"""Three registries — ``capabilities/``, ``actions/``, ``triggers/`` — populated at import time."""
from __future__ import annotations
__all__: list[str] = []