def print_hello()

in application.py [0:0]


def print_hello():
    response = Response("Hello", status=200)
    return response