Skip to content

Commit bfd083f

Browse files
authored
Merge pull request #4 from AyushiPanth/master
Added docstrings
2 parents 263ce0a + eb8d1b6 commit bfd083f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

constants.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,18 @@ class Disease:
3434

3535

3636
class Screen:
37+
"""
38+
Constants for Screen
39+
"""
3740
WIDTH = 680
3841
HEIGHT = 480
3942
FONT_SIZE = 18
4043
GRAPH_X_UNIT = 0.8
4144
MEDICAL_LIMIT = 50
4245

43-
46+
"""
47+
Class for initial condition of Patient
48+
"""
4449
class InitialCondition:
4550
POP_UNEXPOSED = 49
4651
POP_INFECTED = 1

0 commit comments

Comments
 (0)