1 2 3 4 5
from flask import Blueprint tracker = Blueprint("tracker", __name__) from . import create, index, trans, category, cat, details