You've already forked DataMate
Add Label Studio adapter module and its build scipts.
This commit is contained in:
8
runtime/label-studio-adapter/app/clients/__init__.py
Normal file
8
runtime/label-studio-adapter/app/clients/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# app/clients/__init__.py
|
||||
|
||||
from .dm_client import DMServiceClient
|
||||
from .label_studio_client import LabelStudioClient
|
||||
from .client_manager import get_clients, set_clients, get_dm_client, get_ls_client
|
||||
|
||||
__all__ = ["DMServiceClient", "LabelStudioClient", "get_clients", "set_clients", "get_dm_client", "get_ls_client"]
|
||||
|
||||
Reference in New Issue
Block a user