Nicer colour output for coordinator state client

This commit is contained in:
2019-07-12 09:31:42 -04:00
parent e765ec7f49
commit 2a220cd16e
3 changed files with 11 additions and 2 deletions

View File

@ -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():