prod-wag-backend-automate-s.../ApiServices/AuthService/endpoints/__init__.py

6 lines
68 B
Python

from .auth.route import auth_route
__all__ = [
"auth_route",
]