1
0
Fork 0
mirror of synced 2024-06-16 06:01:09 -04:00
dotbot/dotbot/messenger/color.py

9 lines
172 B
Python
Raw Normal View History

2014-03-19 23:07:30 -04:00
class Color(object):
2022-01-30 18:48:30 -05:00
NONE = ""
RESET = "\033[0m"
RED = "\033[91m"
GREEN = "\033[92m"
YELLOW = "\033[93m"
BLUE = "\033[94m"
MAGENTA = "\033[95m"