mirror of
https://github.com/StefBuwalda/ProjectIOT.git
synced 2025-10-30 11:19:57 +00:00
4 lines
103 B
Python
4 lines
103 B
Python
from flask import Blueprint
|
|
|
|
dash_blueprint = Blueprint("dash", __name__, template_folder="templates")
|