CostHive/backend/src/api/v1/__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
99 B
Python

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