Files
ProjectIOT/application/dashboard/views.py

4 lines
103 B
Python

from flask import Blueprint
dash_blueprint = Blueprint("dash", __name__, template_folder="templates")