From 0f7ac7c3c2ce7c9a4f69b810d274facccc409aab Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 22 Mar 2026 11:22:21 +0000 Subject: [PATCH] Initial upload: snippet-manager with CI/CD workflow --- snip.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 snip.py diff --git a/snip.py b/snip.py new file mode 100644 index 0000000..02af398 --- /dev/null +++ b/snip.py @@ -0,0 +1,4 @@ +from snip.cli import cli + +if __name__ == "__main__": + cli()