You've already forked DataMate
feat: data annotation page adaptation to backend API. Improve labeling project creation module.
* feat: data annotation page adaptation to the backend API. * feat: Implement labeling configuration editor and enhance annotation task creation form
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from .config import ConfigResponse
|
||||
|
||||
from .mapping import (
|
||||
_DatasetMappingBase,
|
||||
DatasetMappingCreateRequest,
|
||||
DatasetMappingCreateResponse,
|
||||
DatasetMappingUpdateRequest,
|
||||
@@ -13,7 +14,7 @@ from .sync import (
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"_DatasetMappingBase",
|
||||
"ConfigResponse",
|
||||
"DatasetMappingCreateRequest",
|
||||
"DatasetMappingCreateResponse",
|
||||
"DatasetMappingUpdateRequest",
|
||||
|
||||
Reference in New Issue
Block a user