in packages/helloMorse/__main__.py [0:0]
def main(params): hello = "Hello, World!" return {'morseGreeting': Morse(hello).stringToMorse()}