You've already forked DataMate
init datamate
This commit is contained in:
6
runtime/python-executor/datamate/wrappers/__init__.py
Normal file
6
runtime/python-executor/datamate/wrappers/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from . import data_juicer_wrapper, datamate_wrapper
|
||||
|
||||
WRAPPERS = {
|
||||
"data_juicer": data_juicer_wrapper,
|
||||
"datamate": datamate_wrapper
|
||||
}
|
||||
Reference in New Issue
Block a user