Skip to content

Commit

Permalink
add exports to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Evidlo committed Sep 20, 2023
1 parent 8dacdbb commit 4a0882f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pykeepass/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
from .pykeepass import PyKeePass, create_database

from .version import __version__

__all__ = ["PyKeePass", "create_database", "__version__"]
1 change: 0 additions & 1 deletion pykeepass/kdbx_parsing/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from .kdbx import KDBX
from .kdbx4 import kdf_uuids

__all__ = ["KDBX", "kdf_uuids"]

0 comments on commit 4a0882f

Please sign in to comment.