Skip to content

Instantly share code, notes, and snippets.

@caio-nas
Created June 4, 2014 13:41
Show Gist options
  • Save caio-nas/55fcbd3b18e2001cf770 to your computer and use it in GitHub Desktop.
Save caio-nas/55fcbd3b18e2001cf770 to your computer and use it in GitHub Desktop.
from flask import Blueprint
blueprint = Blueprint('web', __name__, template_folder='templates')
from . import routes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment