projektAI/venv/Lib/site-packages/np/__init__.py
2021-06-06 22:13:05 +02:00

9 lines
291 B
Python

# -*- coding: utf-8 -*-
# Author: Koos Zevenhoven
# Needs to do some magic to import numpy and replace it with a monkey-patched
# version implementing __getitem__ etc. This seems to be close to the cleanest
# way to do this in Python. This now works best with Python >=3.5
import np.magic