This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
PassManager/src/encryption/__init__.py

4 lines
87 B
Python

from . import master_pass, other_accounts
__all__ = ["master_pass", "other_accounts"]