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

# init handler
my_handler = EndpointHandler(path=".")

# show results
print(my_handler({'name': 'sami'}))