start python backend

This commit is contained in:
2021-06-06 22:25:10 +02:00
parent fe7019cd7c
commit 077c16fc2b
15 changed files with 612 additions and 1 deletions

5
ki/routes.py Normal file
View File

@ -0,0 +1,5 @@
from app import app
@app.route("/")
def hello_world():
return "KI"