pastafari2/__init__.py

3 lines
83 B
Python

from flask import Blueprint, g
pastafari_app=Blueprint('pastafari_app', __name__)