4 lines
74 B
Python
4 lines
74 B
Python
from app.api.auth import router as auth_router
|
|
|
|
__all__ = ["auth_router"]
|
from app.api.auth import router as auth_router
|
|
|
|
__all__ = ["auth_router"]
|