From 9f55e29e418ad90ccfb921e83f58a7996ed37251 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 29 Jan 2026 21:26:49 +0000 Subject: [PATCH] Add config module --- src/config/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/config/__init__.py b/src/config/__init__.py index ab86c23..1496aac 100644 --- a/src/config/__init__.py +++ b/src/config/__init__.py @@ -1,5 +1,3 @@ -"""Configuration module for Shell Safe Validator.""" - +"""Configuration module.""" from .loader import ConfigLoader, load_rules - __all__ = ["ConfigLoader", "load_rules"]