CostHive/backend/src/item/list/__init__.py
Lunaresk dceda1446f major: refactoring
Refactored most imports to relative paths and made some experimental
changes to angular.
2023-06-19 23:41:40 +02:00

5 lines
103 B
Python

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