geo/backend/app/api/__init__.py

4 lines
74 B
Python

from app.api.auth import router as auth_router
__all__ = ["auth_router"]