mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-09 15:58:48 +00:00
update
This commit is contained in:
9
src/tests/test_import.py
Normal file
9
src/tests/test_import.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# test_import.py
|
||||
|
||||
try:
|
||||
from bip_utils import Bip39SeedGenerator
|
||||
print("Bip39SeedGenerator imported successfully.")
|
||||
except ImportError as e:
|
||||
print(f"ImportError: {e}")
|
||||
except Exception as e:
|
||||
print(f"Unexpected error: {e}")
|
Reference in New Issue
Block a user