We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
0ct0pu5
/
lxconsole
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
main
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
Lien permanent
Historique
Raw
1
2
3
4
5
from lxconsole import app
if __name__ == '__main__':
app.run(debug=False, host='0.0.0.0')