Change import logic.

This commit is contained in:
Patrick Jentsch
2019-11-12 13:36:22 +01:00
parent 2bebd0256c
commit 0d441a9364
11 changed files with 12 additions and 26 deletions

View File

@ -1,6 +1,5 @@
from flask import Blueprint
jobs = Blueprint('jobs', __name__)
from . import forms, views
from . import views