6 lines
141 B
Python
6 lines
141 B
Python
"""Configuration module for Shell Safe Validator."""
|
|
|
|
from .loader import ConfigLoader, load_rules
|
|
|
|
__all__ = ["ConfigLoader", "load_rules"]
|