Skip to content

config/config/init.py

Namespaces

Name
config

Source code

"""GNUS-POC configuration — YAML hierarchy loader."""

from config.loader import ConfigLoader, ConfigValidationError

__all__ = ["ConfigLoader", "ConfigValidationError"]

Updated on 2026-07-25 at 22:56:57 +0000