diff options
| author | tassaron | 2017-07-06 12:40:03 -0400 |
|---|---|---|
| committer | tassaron | 2017-07-06 12:40:03 -0400 |
| commit | 9986b1c829caa12bcea120bb37ebb57ab5e0e874 (patch) | |
| tree | 69de06d5e14d41f06e471bf3716be7d23d116c0c /src/core.py | |
| parent | 3de45b3629aa994e986245b6af2ef8016818a8e2 (diff) | |
image options to mirror & saturate colours
and some friendly docstrings
Diffstat (limited to 'src/core.py')
| -rw-r--r-- | src/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.py b/src/core.py index 9ea9666..5623039 100644 --- a/src/core.py +++ b/src/core.py @@ -1,5 +1,5 @@ ''' - Home to the Core class which tracks the program state + Home to the Core class which tracks program state. Used by GUI & commandline ''' import sys import os |
