feat(immich): ImmichClient read — search_assets, list_tags, resolve_tag_id, download_thumbnail

This commit is contained in:
2026-06-27 17:11:49 +02:00
parent 01ac95059e
commit 862480916a
3 changed files with 127 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
from photoflow.immich.client import ImmichClient
__all__ = ["ImmichClient"]