aif-ng/aif/constants.py

5 lines
94 B
Python
Raw Normal View History

import parted
PARTED_FSTYPES = list(dict(vars(parted.filesystem))['fileSystemType'].keys())