We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13cc42d commit f80abc3Copy full SHA for f80abc3
18 files changed
spm/__init__.py
@@ -1,4 +1,12 @@
1
-from .__wrapper__ import Struct, Cell, Array, SparseArray, Runtime
+from .__wrapper__ import (
2
+ Runtime,
3
+ MatlabClass,
4
+ Struct,
5
+ Cell,
6
+ Array,
7
+ SparseArray,
8
+)
9
+
10
from . import cheats
11
from .file_array import file_array
12
from .gifti import gifti
0 commit comments