mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-27 20:04:17 +00:00
8 lines
88 B
Python
8 lines
88 B
Python
from flask import Blueprint
|
|
|
|
|
|
bp = Blueprint('inputs', __name__)
|
|
|
|
|
|
from . import routes
|