Skip to content

Commit

Permalink
Merge pull request microsoft#9 from JuhiB/jb-docu-sample-vscode-flask…
Browse files Browse the repository at this point in the history
…-tutorial

Added documentation to __init__.py
  • Loading branch information
kraigb authored Nov 29, 2018
2 parents d1fd604 + 6e109b0 commit 23eddb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hello_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from flask import Flask
app = Flask(__name__)
from flask import Flask # Import the Flask class
app = Flask(__name__) # Create an instance of the class for our use

0 comments on commit 23eddb8

Please sign in to comment.