File size: 156 Bytes
d5908ed
 
 
 
 
e4af62c
d5908ed
 
e4af62c
 
d5908ed
1
2
3
4
5
6
7
8
9
10
11
"""
Tab components for the "monitor" view
"""

from .general_tab import GeneralTab
from .gpu_tab import GPUTab

__all__ = [
    'GeneralTab',
    'GPUTab'
]