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