6 lines
108 B
Python
6 lines
108 B
Python
"""WizardKit: Export Bitlocker Tool"""
|
|
# vim: sts=2 sw=2 ts=2
|
|
|
|
import wk
|
|
|
|
wk.os.win.export_bitlocker_info()
|