university-final-iot-backend/app/dashboards/blueprint.py

4 lines
77 B
Python

from flask import Blueprint
dashboard_bp = Blueprint('dashboard', __name__)