| """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"] | |