1
0
Fork 0
mirror of synced 2024-06-16 06:01:09 -04:00
dotbot/dotbot/messenger/color.py
Matt Richards 9e89d7f524 blacken
2021-02-15 21:11:16 +10:00

9 lines
172 B
Python

class Color(object):
NONE = ""
RESET = "\033[0m"
RED = "\033[91m"
GREEN = "\033[92m"
YELLOW = "\033[93m"
BLUE = "\033[94m"
MAGENTA = "\033[95m"