Commit 3d64adf0 authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

README added

parent cd54d0ae
Loading
Loading
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
+3 −2
Original line number Diff line number Diff line
@@ -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"
#