From 7f6856ef0711358303b16842eaed5541cc2fdd65 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 23:42:00 +0000 Subject: [PATCH] Add codechunk package files --- codechunk/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 codechunk/__init__.py diff --git a/codechunk/__init__.py b/codechunk/__init__.py new file mode 100644 index 0000000..3dc1f76 --- /dev/null +++ b/codechunk/__init__.py @@ -0,0 +1 @@ +__version__ = "0.1.0"