10 lines
189 B
Python
10 lines
189 B
Python
"""WizardKit: hw module init"""
|
|
|
|
import platform
|
|
|
|
from wk.hw import obj
|
|
from wk.hw import sensors
|
|
|
|
if platform.system() != 'Windows':
|
|
from wk.hw import ddrescue
|
|
from wk.hw import diags
|