Skip to content

Commit f80abc3

Browse files
committed
[Enh] Breaking __wrapper__.py in submodule
1 parent 13cc42d commit f80abc3

18 files changed

Lines changed: 3202 additions & 3084 deletions

spm/__init__.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
from .__wrapper__ import Struct, Cell, Array, SparseArray, Runtime
1+
from .__wrapper__ import (
2+
Runtime,
3+
MatlabClass,
4+
Struct,
5+
Cell,
6+
Array,
7+
SparseArray,
8+
)
9+
210
from . import cheats
311
from .file_array import file_array
412
from .gifti import gifti

0 commit comments

Comments
 (0)