From 22765e2c389e18108081d08220f5048f4bdaa1f0 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 23:46:51 +0000 Subject: [PATCH] Add utils and tests --- tests/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/__init__.py diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..ae26e34 --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1 @@ +"""Tests package for CodeChunk CLI."""