diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..304b7acb22e69c8176d18832461d338af88c9454 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Utilities collection +## (part of Ammsml.core) \ No newline at end of file diff --git a/color.py b/color.py index 5f901bd267f421206d99b7e787af3e118c81d01d..5d1f58c007fbc1c4dc74223cf47f1e2efb7bfa69 100644 --- a/color.py +++ b/color.py @@ -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" #