begin adding base configuration

yeah this is totally copied from xevion.dev
This commit is contained in:
Xevion
2020-01-19 12:55:36 -06:00
parent ea7853d47d
commit 8bca07b3dd
5 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
from app import app, db
if __name__ == "__main__":
app.run(host="0.0.0.0")