mirror of
https://github.com/StepanovPlaton/torrent_backend.git
synced 2026-04-03 20:30:38 +04:00
3 lines
129 B
Python
3 lines
129 B
Python
from .games import router as games_router
|
|
from .files import router as files_router
|
|
from .startup import router as startup_router |