Add audiobooks

This commit is contained in:
2024-06-15 11:53:53 +04:00
parent fe424182df
commit 563560c5e3
20 changed files with 420 additions and 8 deletions

View File

@@ -1,4 +1,6 @@
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