US01-02: Establish Application and Database Foundation (#47)
This commit was merged in pull request #47.
This commit is contained in:
9
photo_pipeline/__init__.py
Normal file
9
photo_pipeline/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""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"
|
||||
Reference in New Issue
Block a user