Skip to content

Commit 23eddb8

Browse files
authored
Merge pull request microsoft#9 from JuhiB/jb-docu-sample-vscode-flask-tutorial
Added documentation to __init__.py
2 parents d1fd604 + 6e109b0 commit 23eddb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hello_app/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from flask import Flask
2-
app = Flask(__name__)
1+
from flask import Flask # Import the Flask class
2+
app = Flask(__name__) # Create an instance of the class for our use

0 commit comments

Comments
 (0)