from flask import Blueprint bp = Blueprint("graph", __name__) from app.api.graph import routes # noqa: E402, F401