lxconsole/run.py

5 lines
99 B
Python
Raw Normal View History

2023-05-04 09:33:42 +00:00
from lxconsole import app
if __name__ == '__main__':
app.run(debug=False, host='0.0.0.0')