""" Tab components for the "monitor" view """ from .general_tab import GeneralTab from .gpu_tab import GPUTab __all__ = [ 'GeneralTab', 'GPUTab' ]