@@ -6,7 +6,9 @@ import cli_commands
from routes import *
app = FastAPI()
app.include_router(startup_router)
app.include_router(games_router)
app.include_router(files_router)
cli = typer.Typer()
cli.add_typer(cli_commands.cli, name="database")
The note is not visible to the blocked user.