exampletest / app /errors /__init__.py
Nasma's picture
Upload 81 files
e612d7f verified
raw
history blame contribute delete
97 Bytes
from flask import Blueprint
bp = Blueprint('errors', __name__)
from app.errors import handlers