linkml / prefixmaps

Semantic prefix map registry
https://linkml.io/prefixmaps/
Apache License 2.0
10 stars 3 forks source link

Improve package navigability #14

Closed cthoyt closed 1 year ago

cthoyt commented 1 year ago

This PR does three things:

  1. Removes a redundant/confusing __init__.py outside of the package structure
  2. Adds more explicit exports (i.e., by specifying __all__ in some modules)
  3. Make more useful classes available from top level by importing in the package-level __init__.py
caufieldjh commented 1 year ago

Fantastic, thanks!