5 lines
122 B
Python
5 lines
122 B
Python
from function.system_monitor import SystemMonitor
|
|
|
|
systemMoniter = SystemMonitor()
|
|
|
|
print(systemMoniter.get_system_logs()) |