aboutsummaryrefslogtreecommitdiffstats
path: root/src/expense/tracker/blueprint.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/expense/tracker/blueprint.py')
-rw-r--r--src/expense/tracker/blueprint.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/expense/tracker/blueprint.py b/src/expense/tracker/blueprint.py
new file mode 100644
index 0000000..960301e
--- /dev/null
+++ b/src/expense/tracker/blueprint.py
@@ -0,0 +1,5 @@
+from flask import Blueprint
+
+tracker = Blueprint("tracker", __name__)
+
+from . import create, index, trans, category, cat, details