Nicer colour output for coordinator state client
This commit is contained in:
@ -27,6 +27,8 @@ def red():
|
||||
return '\033[91m'
|
||||
def blue():
|
||||
return '\033[94m'
|
||||
def cyan():
|
||||
return '\033[96m'
|
||||
def green():
|
||||
return '\033[92m'
|
||||
def yellow():
|
||||
|
Reference in New Issue
Block a user