Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have __init__.py export types #42

Closed
sentilesdal opened this issue Nov 20, 2023 · 0 comments · Fixed by #44
Closed

Have __init__.py export types #42

sentilesdal opened this issue Nov 20, 2023 · 0 comments · Fixed by #44

Comments

@sentilesdal
Copy link
Contributor

We should export types from init.py to make imports for cosumers easier. Right now we have:
from hypertypes.IERC4626HyperdriveContract import IERC4626HyperdriveContract

And we'd like to have:
from hypertypes import IERC4626HyperdriveContract

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant