try:
    import numpy
    exit(1)
except ModuleNotFoundError:
    exit(0)