MelanoScopeAI / src /ui /__init__.py
dcavadia
update project structure
b46360a
raw
history blame contribute delete
227 Bytes
"""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"
]