コード例 #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)