Created base set of dependencies and hello world app
This commit is contained in:
parent
29e48ff5af
commit
a054c7b0de
4
app.py
Normal file
4
app.py
Normal file
@ -0,0 +1,4 @@
|
||||
from flask import Flask, render_template
|
||||
|
||||
if __name__ == "__main__":
|
||||
print("Hello, World!")
|
BIN
requirements.txt
Normal file
BIN
requirements.txt
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user