Create app.py
This commit is contained in:
parent
066a35dd32
commit
a788ac9e12
1 changed files with 8 additions and 0 deletions
8
app.py
Normal file
8
app.py
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# save this as app.py
|
||||||
|
from flask import flask
|
||||||
|
|
||||||
|
app = flask(_name_)
|
||||||
|
|
||||||
|
@app.route("/")
|
||||||
|
def hello():
|
||||||
|
return "hello,world!"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue