mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-27 03:44:19 +00:00
8 lines
103 B
Python
8 lines
103 B
Python
from flask import Blueprint
|
|
|
|
|
|
bp = Blueprint('jobs', __name__)
|
|
|
|
|
|
from . import routes, inputs, results
|