Add some colors so you can run input_matrix2

This commit is contained in:
Stefan Dierauf
2018-12-24 09:09:42 -08:00
committed by GitHub
parent 6308975758
commit 1263c6051f

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)