This repository has been archived on 2022-01-23. You can view files and clone it, but cannot push or open issues or pull requests.
vaultpass/vaultpass/mounts.py

14 lines
246 B
Python

class MountHandler(object):
def __init__(self, client, mounts_xml = None):
self.client = client
self.mounts = {}
def getSysMounts(self):
pass
def print(self):
pass
def search(self):
pass