Skip to content

Commit

Permalink
feat: 👽️ split age group 0-17 into two (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
jalezi authored Dec 21, 2021
1 parent 3e10108 commit 6d74588
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cepimose/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ class Region(Enum):

@unique
class AgeGroup(Enum):
GROUP_0_17 = "0-17"
GROUP_0_11 = "0-11"
GROUP_12_17 = "12-17"
GROUP_18_24 = "18-24"
GROUP_25_29 = "25-29"
GROUP_30_34 = "30-34"
Expand Down

0 comments on commit 6d74588

Please sign in to comment.