3 lines
39 B
Python
3 lines
39 B
Python
|
from app import app
|
||
|
|
||
|
app.run(port=5000)
|