feat(core): domain models + Store (schema, connection, meta)

This commit is contained in:
2026-06-27 17:11:49 +02:00
parent 862480916a
commit 4db684fbdc
4 changed files with 201 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
from photoflow.core.store import Store, SCHEMA_VERSION
__all__ = ["Store", "SCHEMA_VERSION"]