initial commit

This commit is contained in:
2022-05-24 16:45:28 -05:00
commit f0578f858b
17 changed files with 287 additions and 0 deletions

3
app/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from flask import Flask
app = Flask(__name__)
from app import views