6 lines
157 B
Python
6 lines
157 B
Python
"""Configuration loading and validation."""
|
|
|
|
from botty_next.config.models import BottyNextConfig, load_config
|
|
|
|
__all__ = ["BottyNextConfig", "load_config"]
|