ANSI color codes in Python. Raw. colors.py. # SGR color constants. # rene-d 2018. class Colors: """ ANSI color codes """. BLACK = "\033[0;30m". RED = "\033[0; ...
確定! 回上一頁