from flask import Blueprint, current_app dashboard_blueprint = Blueprint('dashboard_controller', '__dashboard_controller__')