netrans/bin/client/max.py

7 lines
113 B
Python

from netranslib.layer.customlayer import CustomLayer
class Max(CustomLayer):
op = 'max'
def_input = []