Lunaresk 6c0fa5a58b major: add receipt upload
You can now upload receipts and check which ones should be accounted.
Currently without function, needs to be implemented.
2023-08-06 22:25:08 +02:00

5 lines
124 B
Python

from flask import Blueprint
bp = Blueprint('check_items', __name__, url_prefix='/check_items')
from . import forms, routes