Files
fx-serverless/examples/functions/func.py
Minghe Huang f86c0b87ce refine dir
2017-11-01 09:48:15 +08:00

3 lines
50 B
Python

def fx(input):
return input['a'] + input['b']