testconfig / other_handler.py
hiert's picture
Upload other_handler.py
b893913 verified
raw
history blame
127 Bytes
class EndpointHandler():
def __init__(self, path=""):
pass
def __call__(self, data):
return 42