From 5a4aefc823aa70109c7132e11c27354c09eaef6a Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 20:15:27 +0000 Subject: [PATCH] Add source code files (detectors, generators, CLI) --- src/data/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/data/__init__.py diff --git a/src/data/__init__.py b/src/data/__init__.py new file mode 100644 index 0000000..c3e1687 --- /dev/null +++ b/src/data/__init__.py @@ -0,0 +1,3 @@ +"""Data package containing pattern templates.""" + +__version__ = "0.1.0"