mirror of
https://github.com/FutureOfMedTech-FITM-hack/backend.git
synced 2024-11-21 22:16:33 +03:00
6 lines
109 B
Python
6 lines
109 B
Python
"""API for form creation and submitting"""
|
|
|
|
from med_backend.forms.views import router
|
|
|
|
__all__ = ["router"]
|