feat(immich): write-back (upsert_tag, tag_assets) + _pipeline tag conventions

This commit is contained in:
2026-06-27 17:16:07 +02:00
parent c36d93e3c7
commit da5b1de2a2
5 changed files with 60 additions and 1 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
from photoflow.immich.client import ImmichClient
from photoflow.immich import pipeline
__all__ = ["ImmichClient"]
__all__ = ["ImmichClient", "pipeline"]