Added initial files

This commit is contained in:
xemeds
2020-07-18 13:10:03 +00:00
parent d212259c57
commit c783e7792a
10 changed files with 65 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
from flask import render_template, redirect, request, flash, url_for
from tiny0 import app
#from tiny0.forms import URLForm
#from tiny0.models import URLs
#from token import gen_valid_token
@app.route("/")
def index():
return "Hello, world!"