jbilcke-hf's picture
jbilcke-hf HF Staff
fix
b7c0de1
raw
history blame contribute delete
156 Bytes
"""
Tab components for the "monitor" view
"""
from .general_tab import GeneralTab
from .gpu_tab import GPUTab
__all__ = [
'GeneralTab',
'GPUTab'
]