Skip to content

Commit 7e437de

Browse files
authored
Merge pull request #31 from spm/dev-separate-wrapper
Splitting `__wrapper__.py` in `__wrapper__` module
2 parents f819fbb + a84852a commit 7e437de

21 files changed

Lines changed: 3193 additions & 3085 deletions

spm/__init__.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
from .__wrapper__ import Struct, Cell, Array, SparseArray, Runtime
2-
from . import cheats
1+
from .__wrapper__ import (
2+
Runtime,
3+
MatlabClass,
4+
Struct,
5+
Cell,
6+
Array,
7+
SparseArray,
8+
helpers
9+
)
310
from .file_array import file_array
411
from .gifti import gifti
512
from .meeg import meeg

0 commit comments

Comments
 (0)