pyfedi/app/errors/__init__.py

6 lines
97 B
Python
Raw Normal View History

2023-07-28 16:22:12 +12:00
from flask import Blueprint
bp = Blueprint('errors', __name__)
from app.errors import handlers