5 lines
85 B
Python
5 lines
85 B
Python
|
class LUKS(object):
|
||
|
def __init__(self):
|
||
|
self.devpath = None
|
||
|
pass
|