You've already forked DataMate
Add Label Studio adapter module and its build scipts.
This commit is contained in:
5
runtime/label-studio-adapter/app/models/__init__.py
Normal file
5
runtime/label-studio-adapter/app/models/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# app/models/__init__.py
|
||||
|
||||
from .dataset_mapping import DatasetMapping
|
||||
|
||||
__all__ = ["DatasetMapping"]
|
||||
Reference in New Issue
Block a user