mirror of
1
0
Fork 0
dotbot/dotbot/messenger/color.py

9 lines
164 B
Python
Raw Normal View History

class Color:
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"