Preparing repo for merge of frontend with backend

This commit is contained in:
2025-04-25 18:11:27 +02:00
parent 2611ab39fb
commit 4c2b4bf5d0
8 changed files with 14 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
from flask import Blueprint
dash_blueprint = Blueprint("dash", __name__, template_folder="templates")