mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-10-13 18:21:57 +00:00
Move /jobs related code in dedicated package.
This commit is contained in:
6
app/jobs/__init__.py
Normal file
6
app/jobs/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from flask import Blueprint
|
||||
|
||||
jobs = Blueprint('jobs', __name__)
|
||||
|
||||
|
||||
from . import views
|
Reference in New Issue
Block a user