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/gpgauth.py

17 lines
198 B
Python

import os
import logging
##
import gpg
# Special shoutout to Jthan for ruining my life.
_logger = logging.getLogger()
class GPGAuth(object):
def __init__(self, gpgauth_xml):
pass