Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Uses relative references in __init__.py #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions keylib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from private_key import ECPrivateKey
from public_key import ECPublicKey
from b58check import b58check_encode, b58check_decode, b58check_unpack
from public_key_encoding import public_key_to_address
from .private_key import ECPrivateKey
from .public_key import ECPublicKey
from .b58check import b58check_encode, b58check_decode, b58check_unpack
from .public_key_encoding import public_key_to_address