from flask import Blueprint docs_api = Blueprint('/api/docs', __name__) @docs_api.get("/") def home(): return """