Loading README.md 0 → 100644 +2 −0 Original line number Diff line number Diff line # Utilities collection ## (part of Ammsml.core) No newline at end of file color.py +3 −2 Original line number Diff line number Diff line Loading @@ -38,8 +38,9 @@ else: # curses returns an error (e.g. could not find terminal) IS_COLOR = False if C.IS_FORCE_COLOR: IS_COLOR = True # TODO implement some Config entry for Color # if C.IS_FORCE_COLOR: # IS_COLOR = True # --- begin "pretty" # Loading Loading
README.md 0 → 100644 +2 −0 Original line number Diff line number Diff line # Utilities collection ## (part of Ammsml.core) No newline at end of file
color.py +3 −2 Original line number Diff line number Diff line Loading @@ -38,8 +38,9 @@ else: # curses returns an error (e.g. could not find terminal) IS_COLOR = False if C.IS_FORCE_COLOR: IS_COLOR = True # TODO implement some Config entry for Color # if C.IS_FORCE_COLOR: # IS_COLOR = True # --- begin "pretty" # Loading