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