3 lines
50 B
Python
3 lines
50 B
Python
from application import app
|
|
app.run(debug = True)
|
from application import app
|
|
app.run(debug = True)
|