From ae600826ca3bb46efd82a366f99ad403b863742c Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 29 Jan 2026 21:21:19 +0000 Subject: [PATCH] Add source models --- src/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/__init__.py diff --git a/src/__init__.py b/src/__init__.py new file mode 100644 index 0000000..60ff566 --- /dev/null +++ b/src/__init__.py @@ -0,0 +1,3 @@ +"""Shell Safe Validator - Validates shell scripts for safety issues.""" + +__version__ = "0.1.0"