From f30c91a850f40509a2dc2819bd491893395395ef Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 10:29:08 +0000 Subject: [PATCH] feat: add test suite for core modules --- 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..19ba2cc --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1 @@ +"""Tests package for CLI Command Memory."""