mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-01-09 09:41:40 +00:00
6 lines
88 B
Python
6 lines
88 B
Python
from flask import Blueprint
|
|
|
|
|
|
bp = Blueprint('errors', __name__)
|
|
from . import handlers
|