working database handling

This commit is contained in:
Gert Wohlgemuth
2018-05-20 11:47:48 -07:00
parent 74533be01e
commit a040181c26
3 changed files with 30 additions and 3 deletions

View File

@@ -49,6 +49,15 @@ def performance(event, context):
pass
def get(event, context):
"""
loads a strategy
:param event:
:param context:
:return:
"""
pass
def code(event, context):
"""
returns the code of the requested strategy, if it's public