From c7d54340c5d0237bb86b7ce1f32e3eee7b3386b3 Mon Sep 17 00:00:00 2001 From: Hayat Ullah Date: Thu, 5 Dec 2024 00:22:20 -0500 Subject: [PATCH] Added comments --- constants.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/constants.py b/constants.py index 9ca60ee..390dfe6 100644 --- a/constants.py +++ b/constants.py @@ -2,7 +2,7 @@ Simulation Constants """ - +### Comments class SimColor: """ Tuples corresponding to RGB colors @@ -15,7 +15,7 @@ class SimColor: RECOVERED = (0, 160, 0) UNEXPOSED = (0, 120, 240) - +### Comments class Disease: """ Constants for disease @@ -32,7 +32,7 @@ class Disease: UNEXPOSED: SimColor.UNEXPOSED } - +### Comments class Screen: """ Constants for Screen @@ -50,7 +50,7 @@ class InitialCondition: POP_UNEXPOSED = 49 POP_INFECTED = 1 - +### Comments class HostConfig: SIZE = 11 VACCINATION_DRIP = 3