Created base set of dependencies and hello world app
This commit is contained in:
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.
Reference in New Issue
Block a user