code cleanup

This commit is contained in:
stvnrlly
2022-11-28 15:53:56 -05:00
parent ca135e32e8
commit e12e780a05
16 changed files with 26 additions and 145 deletions

View File

@@ -1,4 +1,5 @@
from flask import Flask
from app import create_app
application = Flask('app')