4 lines
119 B
Python
4 lines
119 B
Python
"""API for checking project status."""
|
|
from stream_fusion.web.api.monitoring.views import router
|
|
|
|
__all__ = ["router"]
|