DESY Hbb Analysis Framework
colors.py
Go to the documentation of this file.
1 class bcolors:
2  HEADER = '\033[95m'
3  OKBLUE = '\033[94m'
4  OKGREEN = '\033[90m'
5  WARNING = '\033[93m'
6  FAIL = '\033[91m'
7  ENDC = '\033[0m'
8  BOLD = '\033[1m'
9  UNDERLINE = '\033[4m'
10