Skip to content

Instantly share code, notes, and snippets.

@dsposito
Created July 7, 2020 07:01
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 dsposito/463daf738fc4b1f813248268bec90522 to your computer and use it in GitHub Desktop.
Save dsposito/463daf738fc4b1f813248268bec90522 to your computer and use it in GitHub Desktop.
from flask import Blueprint
web = Blueprint(
"web",
__name__,
url_prefix="/web",
template_folder="templates",
static_folder="static",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment