Spaces:
Sleeping
Sleeping
File size: 237 Bytes
b46360a | 1 2 3 4 5 6 7 8 9 10 11 12 | """Configuration module for MelanoScope AI."""
from .settings import ModelConfig, UIConfig, AppConfig, LogConfig, EnvConfig
__all__ = [
"ModelConfig",
"UIConfig",
"AppConfig",
"LogConfig",
"EnvConfig"
]
|