Skip to content

Instantly share code, notes, and snippets.

@katie7r

katie7r/app.py Secret

Created September 12, 2016 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katie7r/7c08dd59c3ba3852eba1c280b90ce794 to your computer and use it in GitHub Desktop.
Save katie7r/7c08dd59c3ba3852eba1c280b90ce794 to your computer and use it in GitHub Desktop.
Flask-Bitmapist - example Flask app
from flask import Flask
from flask_bitmapist import FlaskBitmapist
app = Flask(__name__)
# Initialize Flask-Bitmapist with the Flask app
flaskbitmapist = FlaskBitmapist()
flaskbitmapist.init_app(app)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment