run.py 99 B

12345
  1. from lxconsole import app
  2. if __name__ == '__main__':
  3. app.run(debug=False, host='0.0.0.0')