mirror of https://github.com/Askill/thermo-pwa.git
4 lines
71 B
Python
4 lines
71 B
Python
|
|
from app import app
|
||
|
|
|
||
|
|
|
||
|
|
app.run(host="localhost", port=80, threaded=True)
|