OpenAstronomy/baldrick

Expose handler classes in top level import

Closed this issue · 2 comments

pllim commented

Instead of

 from baldrick.github.github_api import PullRequestHandler

would like to have

 from baldrick import PullRequestHandler

I think I would prefer

from baldrick.github import PullRequestHandler

Just from a namespace perspective, but either way works.

pllim commented

Unless you plan to expand to baldrick.gitlab, baldrick.bitbucket, etc, I don't see the point for more typing. 😉