Coverage for src/alprina_cli/api/routes/__init__.py: 0%
2 statements
« prev ^ index » next coverage.py v7.11.3, created at 2025-11-12 18:07 +0100
« prev ^ index » next coverage.py v7.11.3, created at 2025-11-12 18:07 +0100
1"""
2API route modules.
3"""
5from . import scan, agents
7__all__ = ["scan", "agents"]