Files
photoanalyzer/photo_pipeline/__init__.py

10 lines
349 B
Python

"""Photo pipeline application package.
Target architecture for the integrated photo-library pipeline (see
INTEGRATED_PIPELINE_CONCEPT.md). US01-02 establishes the foundation: typed
configuration, database engine/session lifecycle, versioned migrations, the
FastAPI application factory, structured logging, and readiness.
"""
__version__ = "0.1.0"