diff --git a/constants.py b/constants.py index 9ca60ee..4324ae1 100644 --- a/constants.py +++ b/constants.py @@ -2,6 +2,10 @@ Simulation Constants """ +""" +some dockstring +""" + class SimColor: """ @@ -19,7 +23,14 @@ class SimColor: class Disease: """ Constants for disease + + """ + +""" +some dockstring +""" + INFECTED = 0 RECOVERED = 1 UNEXPOSED = 2