You've already forked DataMate
7 lines
202 B
Python
7 lines
202 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from datamate.core.base_op import OPERATORS
|
|
|
|
OPERATORS.register_module(module_name='ContentCleaner',
|
|
module_path="ops.mapper.content_cleaner.process")
|