10 lines
146 B
Python
10 lines
146 B
Python
|
from views import *
|
||
|
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
app.run()
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
app.run(debug=True)
|
||
|
# app.run(host='0.0.0.0')
|