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