Skip to content
Snippets Groups Projects
run.py 87 B
Newer Older
from app import app

if __name__ == "__main__":
    app.run(debug=True, host='0.0.0.0')