jbilcke-hf's picture
jbilcke-hf HF Staff
fixes for the dataset importer
89bbef2
raw
history blame
114 Bytes
"""
Tab components for the "monitor" view
"""
from .general_tab import GeneralTab
__all__ = [
'GeneralTab'
]