10 lines
349 B
Python
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"
|