def hello_world()

in app-template-python/main.py [0:0]


def hello_world():
  hostname = socket.gethostname()
  #hello_target = os.environ.get('HELLO_TARGET', 'World')
  return 'Hello World!\n'