File size: 114 Bytes
89bbef2
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
"""
Tab components for the "monitor" view
"""

from .general_tab import GeneralTab

__all__ = [
    'GeneralTab'
]