Esempio n. 1
0
def yellow(x: str) -> str:
    return colored(x, 'yellow')
Esempio n. 2
0
def title(x: str) -> str:
    return colored(x, 'blue', intense=True)
Esempio n. 3
0
def green(x: str) -> str:
    return colored(x, 'green')