jbilcke-hf's picture
jbilcke-hf HF Staff
work on new multiprojects UI
b7cc217
raw
history blame contribute delete
221 Bytes
"""
Tab components for the "models" view
"""
from .drafts_tab import DraftsTab
from .training_tab import TrainingTab
from .trained_tab import TrainedTab
__all__ = [
'DraftsTab',
'TrainingTab',
'TrainedTab'
]