5 lines
94 B
Python
5 lines
94 B
Python
import parted
|
|
|
|
|
|
PARTED_FSTYPES = list(dict(vars(parted.filesystem))['fileSystemType'].keys())
|