This commit is contained in:
codl 2017-09-06 13:10:08 +02:00
parent bde08c6c49
commit 68d086d64e
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 5 additions and 2 deletions

View File

@ -1,2 +1,5 @@
from app import app # noqa: F401
import routes # noqa: F401
from app import app
import routes
assert app
assert routes