Files
tableau-de-bord/app/routes/dashboard.py

4 lines
67 B
Python

from flask import Blueprint
bp = Blueprint("dashboard", __name__)