Files
g0v0-server/app/router/__init__.py
jimmy-sketch 68701dbb1d Revert "Merge branch 'main' of https://github.com/GooGuTeam/osu_lazer_api"
This reverts commit 3e1af0a1e1, reversing
changes made to 19ac477a8c.
2025-07-24 20:22:38 +08:00

6 lines
191 B
Python

from __future__ import annotations
from . import me # pyright: ignore[reportUnusedImport] # noqa: F401
from .api_router import router as api_router
from .auth import router as auth_router