Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akryldigital
/
audit_assistant
like
1
Sleeping
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
refs/pr/2
audit_assistant
/
src
/
config
/
__init__.py
Ara Yeroyan
add src
f5df983
about 1 month ago
raw
Copy download link
history
blame
Safe
145 Bytes
"""Configuration management for Audit QA."""
from
.loader
import
load_config, get_nested_config
__all__ = [
"load_config"
,
"get_nested_config"
]