aif-ng/aif/disk/luks.py
brent s 9dada73cf0 whew. finally done block.py.
the msdos table primary/extended/logical thing was a pain but the
logic wasn't too bad.
2019-10-26 02:52:47 -04:00

5 lines
85 B
Python

class LUKS(object):
def __init__(self):
self.devpath = None
pass