EVOLUTION-MANAGER
Edit File: compat.py
__all__ = ['NewAxis', 'ArrayType'] from numpy import newaxis as NewAxis, ndarray as ArrayType