6 lines
100 B
Python
6 lines
100 B
Python
from flask import Blueprint
|
|
|
|
bp = Blueprint('errors', __name__)
|
|
|
|
from oxyapp.errors import handlers
|