feat: initial Flask project setup with factory pattern
This commit is contained in:
3
app/routes/dashboard.py
Normal file
3
app/routes/dashboard.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from flask import Blueprint
|
||||
|
||||
bp = Blueprint("dashboard", __name__)
|
||||
Reference in New Issue
Block a user