def add_color()

in Onboarding/AWS/Utils.py [0:0]


def add_color(message: str, color: str, with_color: bool) -> str:
    return color + message + RESET if with_color else message