from flask import Blueprint bp = Blueprint('graph', __name__) from app.api.graph import routes