Renamed cryptogra[hy folder into encryption to not overshadow cryptography module

This commit is contained in:
2022-11-30 20:24:46 +03:00
parent 138ec55ae5
commit b42cbb57a4
5 changed files with 16 additions and 14 deletions

View File

@ -0,0 +1,3 @@
from . import master_pass, other_accounts
__all__ = ["master_pass", "other_accounts"]