Some renaming and moving

This commit is contained in:
Patrick Jentsch
2019-11-08 12:21:59 +01:00
parent e0a1514084
commit 4b0ef837ad
9 changed files with 90 additions and 100 deletions

View File

@@ -3,4 +3,4 @@ from flask import Blueprint
jobs = Blueprint('jobs', __name__)
from . import views
from . import forms, views