llm_lab_perso/monitor.py
2025-03-27 18:40:52 +01:00

8 lines
150 B
Python

#!/usr/bin/env python3
"""
Lanceur pour le moniteur système LLM Lab
"""
from utils.system_monitor import main
if __name__ == "__main__":
main()