mirror of
https://github.com/FutureOfMedTech-FITM-hack/backend.git
synced 2024-11-10 17:36:33 +03:00
6 lines
103 B
Python
6 lines
103 B
Python
"""API for user auth and user data"""
|
|
|
|
from med_backend.auth.views import router
|
|
|
|
__all__ = ["router"]
|