backend/med_backend/auth/__init__.py

6 lines
103 B
Python

"""API for user auth and user data"""
from med_backend.auth.views import router
__all__ = ["router"]