mirror of
https://github.com/FutureOfMedTech-FITM-hack/backend.git
synced 2025-02-22 06:30:39 +03:00
5 lines
117 B
Python
5 lines
117 B
Python
"""API for checking project status."""
|
|
from med_backend.web.api.monitoring.views import router
|
|
|
|
__all__ = ["router"]
|