Created base set of dependencies and hello world app

This commit is contained in:
Luke Else 2023-11-16 10:29:26 +00:00
parent 29e48ff5af
commit a054c7b0de
2 changed files with 4 additions and 0 deletions

4
app.py Normal file
View File

@ -0,0 +1,4 @@
from flask import Flask, render_template
if __name__ == "__main__":
print("Hello, World!")

BIN
requirements.txt Normal file

Binary file not shown.