fleshing out the args and adding stub manpage

This commit is contained in:
2020-04-02 21:22:57 -04:00
parent 5c706f00d6
commit e27bf0fcbe
5 changed files with 50 additions and 0 deletions

View File

@@ -3,10 +3,13 @@ import os
##
from . import logger
_logger = logging.getLogger('VaultPass')
from . import args
from . import auth
from . import clipboard
from . import config
from . import constants
from . import mounts
from . import pass_import
class PassMan(object):