Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pymmdrza authored Sep 12, 2023
1 parent 917d6dd commit fd9d39d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions cryptofuzz/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# programmer Mmdrza.Com

__version__: str = "v8.6.3"
__license__: str = "MIT"
__author__: str = "Mohammadreza Fekri"
__email__: str = "[email protected]"
__description__: str = "Fast And Easy Generated Wallet on Python With Blockthon"


__all__: list = [
"__version__",
"__license__",
"__author__",
"__email__",
"__description__",
"assest",
"bs58",
"utils"
]

0 comments on commit fd9d39d

Please sign in to comment.