From 34532ae7aec14536cd9728c70300beda2b2c924c Mon Sep 17 00:00:00 2001 From: saman Date: Sun, 1 Oct 2023 17:53:18 +0100 Subject: [PATCH] Add docstrings --- constants.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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