We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3f7f1 commit bd45370Copy full SHA for bd45370
1 file changed
spm/__wrapper__/__init__.py
@@ -1,10 +1,11 @@
1
+from .runtime import Runtime
2
from .matlab_class import MatlabClass
3
from .matlab_function import MatlabFunction
4
from .cell import Cell
5
from .struct import Struct
6
from .array import Array
7
from .sparse_array import SparseArray
-from .runtime import Runtime
8
+
9
10
# ----------------------------------------------------------------------
11
# Questions
0 commit comments