Files
prod-wag-backend-automate-s…/ApiServices/AuthService/endpoints/__init__.py
2025-04-05 14:59:10 +03:00

6 lines
68 B
Python

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