aboutsummaryrefslogtreecommitdiffstats
path: root/src/expense/tracker/blueprint.py
blob: 960301ec5d61a13f41534897b88434680fa8aee6 (plain) (blame)
1
2
3
4
5
from flask import Blueprint

tracker = Blueprint("tracker", __name__)

from . import create, index, trans, category, cat, details