"""SQLAlchemy persistence models. Importing this package registers every model on ``Base.metadata``, which the Alembic environment relies on. """ from photo_pipeline.models.assets import Asset, AssetPath __all__ = ["Asset", "AssetPath"]