from handler import EndpointHandler # init handler my_handler = EndpointHandler(path=".") # show results print(my_handler({'name': 'sami'}))