def home(): request.args = {} return main.send_static_file('index.html')
def home(): return main.send_static_file('index.html')