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