Coverage for src/alprina_cli/api/routes/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.11.3, created at 2025-11-14 11:27 +0100

1""" 

2API route modules. 

3""" 

4 

5from . import scan, agents 

6 

7__all__ = ["scan", "agents"]