3 lines
47 B
Python
3 lines
47 B
Python
def run(input):
|
|
return {"result": "hello"}
|
def run(input):
|
|
return {"result": "hello"}
|