from flask import Blueprint grafana_bp = Blueprint('grafana', __name__, url_prefix='/grafana') from . import routes