Skip to content

Instantly share code, notes, and snippets.

@shlee322
Created April 20, 2017 11:16
Show Gist options
  • Select an option

  • Save shlee322/2f486359dfd3d9d900d4447d0a0a41ad to your computer and use it in GitHub Desktop.

Select an option

Save shlee322/2f486359dfd3d9d900d4447d0a0a41ad to your computer and use it in GitHub Desktop.
test
from flask import Flask
app = Flask(__name__)
@app.route('/')
def hello_world():
return 'Hello, World!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment