We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7aed6 commit 62608a3Copy full SHA for 62608a3
1 file changed
python_snoo/containers.py
@@ -8,6 +8,7 @@
8
9
class SnooLevels(StrEnum):
10
baseline = "BASELINE"
11
+ weaning_baseline = "WEANING_BASELINE"
12
level1 = "LEVEL1"
13
level2 = "LEVEL2"
14
level3 = "LEVEL3"
0 commit comments