4 lines
90 B
Python
4 lines
90 B
Python
TEXT_COLOR_YELLOW = '\033[93m'
|
|
TEXT_COLOR_GREEN = '\033[92m'
|
|
TEXT_COLOR_RESET = '\033[0m'
|