black formatting
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
C_HEADER = '\033[95m'
|
||||
C_BLUE = '\033[94m'
|
||||
C_GREEN = '\033[92m'
|
||||
C_SOMEOTHER = '\033[93m'
|
||||
C_RED = '\033[91m'
|
||||
C_ENDC = '\033[0m'
|
||||
C_BOLD = '\033[1m'
|
||||
C_UNDERLINE = '\033[4m'
|
||||
C_HEADER = "\033[95m"
|
||||
C_BLUE = "\033[94m"
|
||||
C_GREEN = "\033[92m"
|
||||
C_SOMEOTHER = "\033[93m"
|
||||
C_RED = "\033[91m"
|
||||
C_ENDC = "\033[0m"
|
||||
C_BOLD = "\033[1m"
|
||||
C_UNDERLINE = "\033[4m"
|
||||
|
||||
C_MARK_INFO = C_BOLD + "[" + C_GREEN + "*" + C_ENDC + C_BOLD + "]" + C_ENDC
|
||||
C_MARK_ERROR = C_BOLD + "[" + C_RED + "!" + C_ENDC + C_BOLD + "]" + C_ENDC
|
||||
@@ -30,4 +30,5 @@ def print_info(s):
|
||||
def print_positive(s):
|
||||
print("[" + colour_str(C_BOLD, "+") + "] {:s}".format(s))
|
||||
|
||||
|
||||
# EOF
|
||||
|
||||
Reference in New Issue
Block a user