Files
photoanalyzer/photo_pipeline/integrations/__init__.py

6 lines
200 B
Python

"""External-tool adapters (exiftool, vision, NSFW model, immich-go).
Integrations own all subprocess and network I/O; services depend on these
interfaces, never on the archived CLI entry points.
"""