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