"""Dummy model API.""" from med_backend.web.api.dummy.views import router __all__ = ["router"]