Skip to content

Instantly share code, notes, and snippets.

@chrisshroba
Last active December 15, 2016 14:02
Show Gist options
  • Save chrisshroba/956df15c829479c15b924b38ac27a72b to your computer and use it in GitHub Desktop.
Save chrisshroba/956df15c829479c15b924b38ac27a72b to your computer and use it in GitHub Desktop.
A one liner flask app!
(lambda a:a.route('/')(lambda:'Hello')+a.run())(__import__('flask').Flask(''))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment