intial Flask setup, README

This commit is contained in:
Xevion
2019-09-21 23:39:06 -05:00
parent 35c96d5237
commit b7d4c737ca
4 changed files with 22 additions and 0 deletions

6
app/routes.py Normal file
View File

@@ -0,0 +1,6 @@
from app import app
from flask import render_template
@app.route('/')
def index():
return 'who the hell knows'