add import at package level
This commit is contained in:
parent
0c2c450659
commit
f992edd3e9
|
@ -8,6 +8,7 @@ with open(os.path.join(os.path.dirname(__file__),'../../VERSION')) as f:
|
|||
|
||||
from .environment import Environment # noqa
|
||||
from .asciitable import ASCIItable # noqa
|
||||
from .h5table import H5Table
|
||||
from .config import Material # noqa
|
||||
from .colormaps import Colormap, Color # noqa
|
||||
from .orientation import Quaternion, Rodrigues, Symmetry, Orientation # noqa
|
||||
|
|
Loading…
Reference in New Issue