6 lines
68 B
Python
6 lines
68 B
Python
from .auth.route import auth_route
|
|
|
|
__all__ = [
|
|
"auth_route",
|
|
]
|