face-intel / api /routes /__init__.py
Marwan
Restructure + add reverse face search (PimEyes-style)
f5eeb1c
Raw
History Blame Contribute Delete
283 Bytes
"""Routes package — one router per resource."""
from api.routes import (
health, stats, providers, cache, jobs, faces, search, analysis, osint, export,
)
__all__ = ["health", "stats", "providers", "cache", "jobs", "faces", "search",
"analysis", "osint", "export"]