refactor with blueprints

This commit is contained in:
2021-01-30 06:36:25 -08:00
parent c2ccb01aab
commit 29afdd025c
41 changed files with 696 additions and 607 deletions

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env python3
from app import app
from app import init_app
app = init_app()