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 be9461b commit de71d69Copy full SHA for de71d69
libs/labelbox/src/labelbox/__init__.py
@@ -39,3 +39,4 @@
39
from labelbox.schema.identifiables import UniqueIds, GlobalKeys, DataRowIds
40
from labelbox.schema.identifiable import UniqueId, GlobalKey
41
from labelbox.schema.ontology_kind import OntologyKind
42
+from labelbox.schema.external_workforce import ExternalWorkforce
libs/labelbox/src/labelbox/schema/__init__.py
@@ -25,3 +25,4 @@
25
import labelbox.schema.identifiable
26
import labelbox.schema.catalog
27
import labelbox.schema.ontology_kind
28
+import labelbox.schema.external_workforce
0 commit comments