Open AregPrograms opened 2 years ago
Fixes issues #11 and #28
Edited main.py so it does not use relative imports, which was causing a problem, also imported colorsys in background.py
main.py
colorsys
background.py
btw, I also auto-formatted the code with autopep8, that's why it says that there are 126 insertions and 80 deletions
Fixes issues #11 and #28
Edited
main.py
so it does not use relative imports, which was causing a problem, also importedcolorsys
inbackground.py