Coverage for src / local_deep_research / research_library / deletion / routes / __init__.py: 100%
2 statements
« prev ^ index » next coverage.py v7.12.0, created at 2026-01-11 00:51 +0000
« prev ^ index » next coverage.py v7.12.0, created at 2026-01-11 00:51 +0000
1"""Delete routes blueprint for research library."""
3from .delete_routes import delete_bp
5__all__ = ["delete_bp"]