aif-ng/aif/disk/luks.py

5 lines
85 B
Python

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