from flask import Blueprint bp = Blueprint('data_model', __name__) from app.api.data_model import routes from app.api.data_model.routes import *