From b4a55d7dee84b64c30354072b44b2ad0e57e37f0 Mon Sep 17 00:00:00 2001 From: Amitanshuuu Date: Thu, 19 Jun 2025 01:20:48 +0530 Subject: [PATCH] Add simple Python script sample --- simple-script/hello_keploy.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 simple-script/hello_keploy.py diff --git a/simple-script/hello_keploy.py b/simple-script/hello_keploy.py new file mode 100644 index 0000000..219200f --- /dev/null +++ b/simple-script/hello_keploy.py @@ -0,0 +1 @@ +print("Hello, Keploy! Welcome to my first contribution.")