From 51378677cf2266e1e75bf00c666ec79ef91de4af Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 29 Jan 2026 21:25:37 +0000 Subject: [PATCH] Add src init --- src/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/__init__.py b/src/__init__.py index 60ff566..eab4155 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1,3 +1,2 @@ -"""Shell Safe Validator - Validates shell scripts for safety issues.""" - +"""Shell Safe Validator.""" __version__ = "0.1.0"