mirror of
1
0
Fork 0
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):
NONE = ''
RESET = '\033[0m'
RED = '\033[91m'
GREEN = '\033[92m'
YELLOW = '\033[93m'
BLUE = '\033[94m'
MAGENTA = '\033[95m'