This website requires JavaScript.
Explore
Help
Sign In
root
/
flask
mirror of
https://github.com/pallets/flask.git
Watch
1
Star
0
Fork
You've already forked flask
0
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
stable
flask
/
tests
/
test_apps
/
helloworld
/
hello.py
9 lines
104 B
Python
Raw
Permalink
Blame
History
from
flask
import
Flask
app
=
Flask
(
__name__
)
@app.route
(
"
/
"
)
def
hello
(
)
:
return
"
Hello World!
"
Reference in New Issue
View Git Blame
Copy Permalink