mirror of
https://github.com/StepanovPlaton/torrent_backend.git
synced 2026-04-03 20:30:38 +04:00
7 lines
309 B
Python
7 lines
309 B
Python
from .games import games_router as games_router
|
|
from .movies import movies_router as movies_router
|
|
from .audiobooks import audiobooks_router as audiobooks_router
|
|
from .files import files_router as files_router
|
|
from .startup import startup_router as startup_router
|
|
from .auth import auth_router as auth_router
|