blob: 4a79616c3ea46e737964e94c4d5ae07960e40b67 [file] [log] [blame]
from pywayang.operator.base import WyOperator
from pywayang.platforms.python.channels import Channel
class PythonExecutionOperator(WyOperator):
def execute(self, inputs: Channel, output: Channel):
pass