4 lines
77 B
Python
4 lines
77 B
Python
|
from flask import Blueprint
|
||
|
|
||
|
dashboard_bp = Blueprint('dashboard', __name__)
|