From 208644c2440740bcde49727a57084f38ea3c87f6 Mon Sep 17 00:00:00 2001 From: JayGuri <165677478+JayGuri@users.noreply.github.com> Date: Wed, 7 Aug 2024 20:29:11 +0530 Subject: [PATCH] Add docstrings --- constants.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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