We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb4a03 commit 261c5f9Copy full SHA for 261c5f9
labelbox/schema/user.py
@@ -1,6 +1,7 @@
1
from labelbox.orm.db_object import DbObject
2
from labelbox.orm.model import Field, Relationship
3
from labelbox.schema.role import Role
4
+from labelbox.schema.project import Project
5
6
7
class User(DbObject):
0 commit comments