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

Simplify importing classes/functions #3

Closed
LiamPattinson opened this issue Aug 30, 2022 · 2 comments · Fixed by #55
Closed

Simplify importing classes/functions #3

LiamPattinson opened this issue Aug 30, 2022 · 2 comments · Fixed by #55

Comments

@LiamPattinson
Copy link
Contributor

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.

@jatkinson1000
Copy link
Owner

Yep, probably easiest to arrange a meeting to discuss this at a convenient point?

@jatkinson1000
Copy link
Owner

@LiamPattinson I have implemented this over in #55 if you want to take a look and share any thoughts/review.

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.

2 participants