mirror of
https://github.com/FutureOfMedTech-FITM-hack/backend.git
synced 2025-02-20 13:40:38 +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"]
|