for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
from st2actions.runners.pythonrunner import Action
class ObjectReturnAction(Action):
def run(self):
return {'a': 'b', 'c': {'d': 'e', 'f': 1, 'g': True}}