ansi
ansi copied to clipboard
Enable empty sequences that evaluate to the empty string.
Use case:
color = fg.red if warning else fg.none
...
color(message)
ping @jquast
thanks