diff --git a/constants.py b/constants.py index 9ca60ee..b8c1f80 100644 --- a/constants.py +++ b/constants.py @@ -1,7 +1,9 @@ """ Simulation Constants -""" +""" +tuples corresponding to RGB colours +""" class SimColor: """ @@ -17,7 +19,9 @@ class SimColor: class Disease: -""" +"" +Constant for disease +"""" Constants for disease """ INFECTED = 0