Add config module

This commit is contained in:
2026-01-29 21:26:49 +00:00
parent 60d48379ed
commit 9f55e29e41

View File

@@ -1,5 +1,3 @@
"""Configuration module for Shell Safe Validator."""
"""Configuration module."""
from .loader import ConfigLoader, load_rules
__all__ = ["ConfigLoader", "load_rules"]