From 61618388f51f783db008080da132ccb7e5d59420 Mon Sep 17 00:00:00 2001 From: Archit Garg <72217070+garchit@users.noreply.github.com> Date: Thu, 13 Oct 2022 15:03:22 -0400 Subject: [PATCH] my flask files --- flask file | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 flask file diff --git a/flask file b/flask file new file mode 100644 index 0000000..5cb8a6c --- /dev/null +++ b/flask file @@ -0,0 +1,15 @@ +from flask import Flask + +app = Flask(__name__) +@app.route("/") +def home(): + return "Hello ! this is main page