Skip to content

Commit

Permalink
Merge pull request #67 from steven-murray/better-api
Browse files Browse the repository at this point in the history
better imports defined
  • Loading branch information
steven-murray committed May 21, 2020
2 parents 9f4a5c7 + dff48bb commit 2de74d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/hmf/__init__.py
Expand Up @@ -15,3 +15,4 @@
from .halos import mass_definitions
from .helpers import functional, sample, get_hmf, get_best_param_order
from .mass_function import fitting_functions, hmf, integrate_hmf, MassFunction
from ._internals import Component, Framework, cached_quantity, parameter
3 changes: 3 additions & 0 deletions src/hmf/_internals/__init__.py
@@ -1,3 +1,6 @@
"""
A subpackage containing internal definitions and utilities to create the structure of the entire library.
"""
from ._cache import cached_quantity, parameter
from ._framework import Framework, Component
from ._utils import inherit_docstrings

0 comments on commit 2de74d8

Please sign in to comment.