]> git.cworth.org Git - turbot/blob - turbot/actions.py
8103c5d4c3ba0e55d394f5d4134f289ceb9aae01
[turbot] / turbot / actions.py
1 def new_hunt(payload):
2
3     print("In new_hunt function")
4
5     return {
6         'statusCode': 200,
7         'body': 'OK'
8     }