Added master_pass and other_accounts to __init__.py

This commit is contained in:
StNicolay 2022-09-26 21:18:58 +03:00
parent 08b0603e23
commit 2f4bd2421b

View File

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