backend/med_backend/web/api/monitoring/__init__.py

5 lines
117 B
Python
Raw Normal View History

2022-12-07 20:16:44 +03:00
"""API for checking project status."""
from med_backend.web.api.monitoring.views import router
__all__ = ["router"]