LingoSynth/lingosynth/__main__.py
2023-05-11 21:48:16 +02:00

10 lines
119 B
Python

import app
app.app.run(
host='0.0.0.0',
port=5001,
debug=True,
use_evalex=False,
threaded=True,
)