Files
example-code-2e/attic/functions/hello.py
Luciano Ramalho 573e1a94c4 updated from Atlas
2015-04-01 22:48:56 -03:00

6 lines
81 B
Python

import bobo
@bobo.query('/')
def hello(person):
return 'Hello %s!' % person