import termcolor


def colored(text, color, on_color, attrs):
    return termcolor.colored(text, color, on_color, attrs)
