We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think it'd be a good idea to expose some classes/functions to the top-level namespace. It'd be nice if we could do stuff like:
import archeryutils as au my_target = au.Target(...)
We'll have to be fairly selective though, as most of the internals probably don't need to be part of the user API.
The text was updated successfully, but these errors were encountered:
Yep, probably easiest to arrange a meeting to discuss this at a convenient point?
Sorry, something went wrong.
@LiamPattinson I have implemented this over in #55 if you want to take a look and share any thoughts/review.
Successfully merging a pull request may close this issue.
I think it'd be a good idea to expose some classes/functions to the top-level namespace. It'd be nice if we could do stuff like:
We'll have to be fairly selective though, as most of the internals probably don't need to be part of the user API.
The text was updated successfully, but these errors were encountered: