Skip to content

Commit 67b1467

Browse files
committed
Add more roles
1 parent 6520316 commit 67b1467

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libs/labelbox/src/labelbox/alignerr/alignerr_project.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ class AlignerrRole(Enum):
2727
Labeler = "LABELER"
2828
Reviewer = "REVIEWER"
2929
Admin = "ADMIN"
30+
ProjectCoordinator = "PROJECT_COORDINATOR"
31+
AlignerrLabeler = "ALIGNERR_LABELER"
32+
EndLabellingRole = "ENDLABELLINGROLE"
3033

3134

3235
class AlignerrProject:

0 commit comments

Comments
 (0)