Пример #1
0
def getfile(filename):
    return app.send_static_file(filename)
Пример #2
0
def getfile(filename):
    return app.send_static_file(filename)
Пример #3
0
def root():
    return app.send_static_file('player.html')
Пример #4
0
def root():
    return app.send_static_file('player.html')