diff --git a/src/cryptography/__init__.py b/src/cryptography/__init__.py index e69de29..1ac808a 100644 --- a/src/cryptography/__init__.py +++ b/src/cryptography/__init__.py @@ -0,0 +1,3 @@ +from . import master_pass, other_accounts + +__all__ = ["master_pass", "other_accounts"]