commit files

This commit is contained in:
szakal
2024-09-25 12:22:14 +02:00
parent 61266427c6
commit 09b883c9eb
14 changed files with 1632 additions and 0 deletions

14
views.py Normal file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/python3
from flask import render_template
from flask_sqlalchemy import SQLAlchemy
from markupsafe import escape
import requests, json
def homepage():
return "homepage"
def home():
return "welcome home!"
def index():
return "index"