diff --git a/tool.py b/tool.py new file mode 100644 index 0000000..3c817c7 --- /dev/null +++ b/tool.py @@ -0,0 +1,2 @@ +def run(input): + return {"result": "hello"}