6 lines
88 B
Python
Raw Normal View History

2023-05-15 12:00:13 +02:00
from flask import Blueprint
2020-10-12 13:26:35 +02:00
2023-05-15 12:00:13 +02:00
bp = Blueprint('errors', __name__)
from . import handlers