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