From 03c0ef43b26ae15989e09f6a1f71d315d7c4074a Mon Sep 17 00:00:00 2001 From: ISHAN RAJ SINGH Date: Thu, 8 Jan 2026 20:03:27 +0530 Subject: [PATCH] project setup --- src/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.py b/src/cli.py index 42c2955..fd6c9e8 100644 --- a/src/cli.py +++ b/src/cli.py @@ -49,7 +49,7 @@ def parse_args(): def main(): - print("Ding Dong, who's there?\nThe IRS\nOh Shit\n") + print("Ding Dong, who's there?\nMerge Conflict\nOh no... not again\n") args = parse_args() args.func(args)