huh I didnt know how StrEnums worked
This commit is contained in:
parent
12bb232785
commit
f5e165aa11
@ -1,8 +1,8 @@
|
||||
from enum import StrEnum
|
||||
|
||||
class CommitteeType(StrEnum):
|
||||
board_committee: "Board committee"
|
||||
gmm_committee: "GMM committee"
|
||||
board: "board"
|
||||
board_committee = "Board committee"
|
||||
gmm_committee = "GMM committee"
|
||||
board = "board"
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user