Renamed cryptogra[hy folder into encryption to not overshadow cryptography module
This commit is contained in:
3
src/encryption/__init__.py
Normal file
3
src/encryption/__init__.py
Normal file
@ -0,0 +1,3 @@
|
||||
from . import master_pass, other_accounts
|
||||
|
||||
__all__ = ["master_pass", "other_accounts"]
|
Reference in New Issue
Block a user