Spaces:
Sleeping
Sleeping
| """User interface components for MelanoScope AI.""" | |
| from .components import MelanoScopeUI | |
| from .styles import create_theme, get_custom_css | |
| __all__ = [ | |
| "MelanoScopeUI", | |
| "create_theme", | |
| "get_custom_css" | |
| ] | |