4 lines
88 B
Python
4 lines
88 B
Python
|
|
from www import app
|
||
|
|
|
||
|
|
if __name__ == "__main__":
|
||
|
|
app.run(debug=True, use_reloader=False)
|