pyfedi/app/errors/__init__.py
2023-07-28 16:22:12 +12:00

5 lines
97 B
Python

from flask import Blueprint
bp = Blueprint('errors', __name__)
from app.errors import handlers