from handler import EndpointHandler handler = EndpointHandler(path=".") value = handler({"input": "something"}) print(value)