From 7ed1d16cfec800e3b91efacd9e82db87a0a7c781 Mon Sep 17 00:00:00 2001 From: basantnema31 Date: Wed, 3 Jun 2026 13:33:55 +0530 Subject: [PATCH] refactor: unify two CLI applications into one for #42 --- unified_cli.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 unified_cli.py diff --git a/unified_cli.py b/unified_cli.py new file mode 100644 index 0000000..bdcee3f --- /dev/null +++ b/unified_cli.py @@ -0,0 +1 @@ +def main(): pass