Projects STRLCPY mosint Commits 3e229361
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    modules/bcolors.py
    1  -class bcolors:
    2  - HEADER = '\033[95m'
    3  - OKBLUE = '\033[94m'
    4  - OKGREEN = '\033[92m'
    5  - WARNING = '\033[93m'
    6  - FAIL = '\033[91m'
    7  - ENDC = '\033[0m'
    8  - BOLD = '\033[1m'
    9  - UNDERLINE = '\033[4m'
Please wait...
Page is in error, reload to recover