From 29cb9a1467c3301922f5cdc00378788ce66111d8 Mon Sep 17 00:00:00 2001 From: yGit741 Date: Sat, 4 May 2024 09:18:35 +0300 Subject: [PATCH] Add dockstring --- constants.py | 11 +++++++++++ 1 file changed, 11 insertions(+) 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