We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Home
Explore
Help
Register
Sign In
0ct0pu5
/
lxconsole
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
919f510f1f
Branches
Tags
main
v0.4.0
v0.3.0
v0.2.1
v0.2.0
v0.1.0
v0.0.2
v0.0.1
v0.0.0
lxconsole
/
run.py
run.py
99 B
History
Raw
1
2
3
4
5
from lxconsole import app
if __name__ == '__main__':
app.run(debug=False, host='0.0.0.0')