4 lines
67 B
Python
4 lines
67 B
Python
from flask import Blueprint
|
|
|
|
bp = Blueprint("dashboard", __name__)
|
from flask import Blueprint
|
|
|
|
bp = Blueprint("dashboard", __name__)
|