cig-cost/ciglib.py

8 lines
169 B
Python
Raw Normal View History

2020-09-18 23:27:30 -07:00
class fgColor:
GREEN = '\033[92m'
RED = '\033[91m'
YELLOW = '\033[93m'
PURPLE = '\033[95m'
CYAN = '\033[96m'
GRAY = '\033[90m'
NC = '\033[0m'