4 lines
90 B
Python
4 lines
90 B
Python
from app.app import app
|
|
|
|
if __name__ == '__main__':
|
|
app.run(debug=True, threaded=True) |