Initial commit

This commit is contained in:
Peter Stockings
2023-12-14 22:22:15 +11:00
commit bbe3356a9c
10 changed files with 5954 additions and 0 deletions

4
config.py Normal file
View File

@@ -0,0 +1,4 @@
TESTING = True
DEBUG = True
FLASK_ENV = 'development'
SECRET_KEY = ''