6 lines
81 B
Python
6 lines
81 B
Python
import bobo
|
|
|
|
@bobo.query('/')
|
|
def hello(person):
|
|
return 'Hello %s!' % person
|