示例#1
0
from thermal import app

if __name__ == '__main__':
    app.run()
示例#2
0
文件: run.py 项目: ibivibiv/thermal
from thermal import app

app.debug = True
app.run(host='0.0.0.0', port=5000)