testconfig / handler.py
hiert's picture
Rename other_handler.py to handler.py
5fe8674 verified
raw
history blame contribute delete
No virus
127 Bytes
class EndpointHandler():
def __init__(self, path=""):
pass
def __call__(self, data):
return 42