File size: 128 Bytes
db0b2ad
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from handler import EndpointHandler


handler = EndpointHandler(path=".")

value = handler({"input": "something"})

print(value)