You've already forked DataMate
feature: deer-flow支持从datamate获取外部接入模型 (#83)
* feature: deer-flow支持从datamate获取外部接入模型
This commit is contained in:
6
runtime/ops/examples/test_operator/__init__.py
Normal file
6
runtime/ops/examples/test_operator/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from datamate.core.base_op import OPERATORS
|
||||
|
||||
OPERATORS.register_module(module_name='TestMapper',
|
||||
module_path="ops.user.test_operator.process")
|
||||
Reference in New Issue
Block a user