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