Lazy app starting

This commit is contained in:
Jordan Stremming
2019-02-02 00:27:15 -06:00
parent 806df61329
commit eb7bcabf73
+5
View File
@@ -0,0 +1,5 @@
from app import create_app
if __name__ == '__main__':
app = create_app('dev')
app.run()