mirror of
https://github.com/FutureOfMedTech-FITM-hack/backend.git
synced 2025-10-18 17:44:22 +03:00
5 lines
88 B
Python
5 lines
88 B
Python
"""Echo API."""
|
|
from med_backend.web.api.echo.views import router
|
|
|
|
__all__ = ["router"]
|