1 2 3 4
__all__ = ['NewAxis', 'ArrayType'] from numpy import newaxis as NewAxis, ndarray as ArrayType