resnet50 / other /handler.py
andreylitvinov's picture
42
d33c27b
raw
history blame contribute delete
127 Bytes
class EndpointHandler():
def __init__(self, path=""):
pass
def __call__(self, data):
return 42