MelanoScopeAI / src /config /__init__.py
dcavadia
update project structure
b46360a
raw
history blame contribute delete
237 Bytes
"""Configuration module for MelanoScope AI."""
from .settings import ModelConfig, UIConfig, AppConfig, LogConfig, EnvConfig
__all__ = [
"ModelConfig",
"UIConfig",
"AppConfig",
"LogConfig",
"EnvConfig"
]