myops/run.py
2019-12-16 20:33:47 +08:00

5 lines
83 B
Python

# -*- coding: utf-8 -*-
from myapp import app
app.run(host="0.0.0.0", debug=True)