first commit
This commit is contained in:
15
modules/__init__.py
Normal file
15
modules/__init__.py
Normal file
@@ -0,0 +1,15 @@
|
||||
"""
|
||||
ServerGuard 硬件检测模块
|
||||
|
||||
包含以下子模块:
|
||||
- system_info: 系统信息概览
|
||||
- cpu: CPU 检测与压力测试
|
||||
- memory: 内存检测与压力测试
|
||||
- storage: 存储设备检测
|
||||
- sensors: 电源与传感器监控
|
||||
- gpu: 显卡检测
|
||||
- log_analyzer: 日志分析
|
||||
"""
|
||||
|
||||
__version__ = "1.0.0"
|
||||
__author__ = "ServerGuard Team"
|
||||
Reference in New Issue
Block a user