from flask import Blueprint bp = Blueprint("data_factory", __name__) from app.api.data_factory import routes # noqa: E402, F401