Skip to content

Commit 6e109b0

Browse files
author
Juhi Bhatnagar
committed
Added documentation to __init__.py
1 parent 15f0092 commit 6e109b0

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)