6 lines
180 B
Python
6 lines
180 B
Python
from .system_monitor import SystemMonitor
|
|
from .gpu_monitor import GPUMonitor
|
|
from .ollama_monitor import OllamaMonitor
|
|
|
|
__all__ = ['SystemMonitor', 'GPUMonitor', 'OllamaMonitor']
|