Skip to content

Commit 62608a3

Browse files
falconindyDave Reisner
andauthored
feat: expose weaning_baseline enum value (#44)
WEANING_BASELINE is the same as BASELINE, but without motion. Co-authored-by: Dave Reisner <dreisner@google.com>
1 parent be7aed6 commit 62608a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python_snoo/containers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
class SnooLevels(StrEnum):
1010
baseline = "BASELINE"
11+
weaning_baseline = "WEANING_BASELINE"
1112
level1 = "LEVEL1"
1213
level2 = "LEVEL2"
1314
level3 = "LEVEL3"

0 commit comments

Comments
 (0)