Files
immich-photo-flow/shared/photoflow/core/__init__.py
T

4 lines
94 B
Python

from photoflow.core.store import Store, SCHEMA_VERSION
__all__ = ["Store", "SCHEMA_VERSION"]