Skip to content

Commit

Permalink
ENH: Add resamping.apply to top module imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Oct 10, 2024
1 parent e7757e2 commit 269bc7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nitransforms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from .linear import Affine, LinearTransformsMapping
from .nonlinear import DenseFieldTransform
from .manip import TransformChain
from .resampling import apply

try:
from ._version import __version__
Expand All @@ -37,6 +38,7 @@
__copyright__ = "Copyright (c) 2021 The NiPy developers"

__all__ = [
"apply",
"surface",
"linear",
"manip",
Expand Down

0 comments on commit 269bc7f

Please sign in to comment.