mirror of
https://github.com/FutureOfMedTech-FITM-hack/backend.git
synced 2024-11-29 01:13:44 +03:00
6 lines
116 B
Python
6 lines
116 B
Python
"""API for all user information and operations"""
|
|
|
|
from med_backend.users.views import router
|
|
|
|
__all__ = ["router"]
|