""" uv run python -m scripts.openapi > frontend/openapi.json """ import json from app.main import app print(json.dumps(app.openapi(), indent=2))