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

6 lines
150 B
Python
Raw Normal View History

"""Persistence layer: SQLAlchemy enums under ``enums/`` and models under ``models/``."""
from __future__ import annotations
__all__: list[str] = []