Skip to content

Commit

Permalink
RF: add top-level module imports for all modules
Browse files Browse the repository at this point in the history
Fixes gh-13.
  • Loading branch information
matthew-brett committed Nov 16, 2016
1 parent 462423c commit 9e1143c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions transforms3d/__init__.py
Expand Up @@ -8,6 +8,11 @@
from . import taitbryan
from . import affines
from . import quaternions
from . import euler
from . import axangles
from . import reflections
from . import shears
from . import zooms

from ._version import get_versions
__version__ = get_versions()['version']
Expand Down

0 comments on commit 9e1143c

Please sign in to comment.