You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gosuv/vendor/github.com/codeskyblue/kexec/examples/flask_main.py

7 lines
106 B

import flask
app = flask.Flask(__name__)
if __name__ == '__main__':
app.run(port=46732, debug=True)