This commit is contained in:
2025-09-18 10:10:52 +02:00
parent 590af9407c
commit 994fc6873e
14 changed files with 550 additions and 136 deletions

View File

@@ -1,4 +1,5 @@
from .system_monitor import SystemMonitor
from .gpu_monitor import GPUMonitor
from .ollama_monitor import OllamaMonitor
__all__ = ['SystemMonitor', 'GPUMonitor']
__all__ = ['SystemMonitor', 'GPUMonitor', 'OllamaMonitor']