diff --git a/constants.py b/constants.py index 9ca60ee..266789c 100644 --- a/constants.py +++ b/constants.py @@ -17,9 +17,7 @@ class SimColor: class Disease: -""" -Constants for disease -""" + INFECTED = 0 RECOVERED = 1 UNEXPOSED = 2