%PDF- %PDF-
| Direktori : /lib/python3/dist-packages/keyring/ |
| Current File : //lib/python3/dist-packages/keyring/__init__.py |
from .core import (
set_keyring,
get_keyring,
set_password,
get_password,
delete_password,
get_credential,
)
__all__ = (
'set_keyring',
'get_keyring',
'set_password',
'get_password',
'delete_password',
'get_credential',
)