2 lines
39 B
Python
2 lines
39 B
Python
from api import app
|
|
app.run(debug=True) |
from api import app
|
|
app.run(debug=True) |