From 2f4bd2421b0041b44031995da7a1fc45855b5a16 Mon Sep 17 00:00:00 2001 From: StNicolay <103897650+StNicolay@users.noreply.github.com> Date: Mon, 26 Sep 2022 21:18:58 +0300 Subject: [PATCH] Added master_pass and other_accounts to __init__.py --- src/cryptography/__init__.py | 3 +++ 1 file changed, 3 insertions(+) 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"]