Merge pull request #1 from sdierauf/patch-1

Add some colors so you can run `input_matrix2`
This commit is contained in:
Rob Heaton
2018-12-24 17:12:30 +00:00
committed by GitHub

View File

@@ -355,6 +355,8 @@ colors = {
'L': colorama.Fore.GREEN,
'S': colorama.Fore.BLUE,
'C': colorama.Fore.YELLOW,
'A': colorama.Fore.CYAN,
'B': colorama.Fore.MAGENTA,
}
render_colors(output, colors)