mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-01-19 14:20:34 +00:00
5 lines
98 B
Python
5 lines
98 B
Python
|
from flask import Blueprint
|
||
|
|
||
|
|
||
|
results = Blueprint('results', __name__)
|
||
|
from . import views # noqa
|