summaryrefslogtreecommitdiff
path: root/numpy/numarray/__init__.py
blob: 862fe40083d89f3619dffc91508b8bb24ea1112a (plain)
1
2
3
4
5
from util import *
from numclass import *

__all__ = util.__all__
__all__ += numclass.__all__