8 lines
105 B
Python
8 lines
105 B
Python
|
|
from numpy.oldnumeric.mlab import *
|
|
import numpy.oldnumeric.mlab as nom
|
|
|
|
__all__ = nom.__all__
|
|
|
|
del nom
|