4 lines
86 B
Python
4 lines
86 B
Python
|
"""Package to wrap C++ code to Matlab via MEX."""
|
||
|
|
||
|
from .wrapper import MatlabWrapper
|