5 lines
83 B
Python
5 lines
83 B
Python
# -*- coding: utf-8 -*-
|
|
from myapp import app
|
|
|
|
app.run(host="0.0.0.0", debug=True)
|