Merge pull request #1 from its-joseph-230606/its-joseph-230606-patch-1

Improved example code
This commit is contained in:
Joseph Joseph 2023-09-29 13:10:57 +05:30 committed by GitHub
commit 07c2aa4713
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,8 @@ A Simple Example
@app.route("/")
def hello():
return "Hello, World!"
if __name__ == "__main__":
app.run()
.. code-block:: text