89bbef2 b7c0de1 89bbef2 b7c0de1 89bbef2
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' ]