Skip to content

Commit

Permalink
feat: Expose AddressType for easy importing (#973)
Browse files Browse the repository at this point in the history
Allow importing from the main package:
`from stellar_sdk import AddressType`
  • Loading branch information
bantalon authored Sep 18, 2024
1 parent 52239ce commit 3daccfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stellar_sdk/address.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .strkey import StrKey
from .xdr import Hash

__all__ = ["Address"]
__all__ = ["Address", "AddressType"]


class AddressType(IntEnum):
Expand Down

0 comments on commit 3daccfd

Please sign in to comment.