Example #1
0
def root():
    return "<strong>{}</strong>".format(libfile.say_hello())
Example #2
0
def named(name):
    return "<strong>{}</strong>".format(libfile.say_hello(name))