rmi-backend/app/domain/reports/__init__.py

5 lines
89 B
Python

"""T29 Reports — thin HTTP layer."""
from .router import router
__all__ = ["router"]