Skip to content

Commit 8714297

Browse files
authored
Update __init__.py
1 parent d98b419 commit 8714297

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cryptofuzz/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Import modules
44
from .utils import Convertor, Generator
5-
from .mnemonic import Mnemonic
5+
from .bip39 import Mnemonic
66
from .hd import (
77
Axe,
88
Bitcoin,
@@ -20,7 +20,7 @@
2020
)
2121

2222
# Metadata
23-
__version__ = "17.3.3"
23+
__version__ = "17.3.6"
2424
__license__ = "MIT"
2525
__author__ = "Mohammadreza (MMDRZA)"
2626
__email__ = "[email protected]"
@@ -39,6 +39,7 @@
3939
# Core modules
4040
"Wallet",
4141
"assest",
42+
"bip39",
4243
"block",
4344
"bs58",
4445
"utils",

0 commit comments

Comments
 (0)