blob: d949c18876e8281116c89ac200cbc9532933f2f7 [file] [log] [blame]
from pywy.core import Mapping
from pywy.platforms.python.operator import *
PywyOperatorMappings = Mapping()
PywyOperatorMappings.add_mapping(PyFilterOperator())
PywyOperatorMappings.add_mapping(PyTextFileSourceOperator())
PywyOperatorMappings.add_mapping(PyTextFileSinkOperator())