projektAI/venv/Lib/site-packages/np/__init__.py

9 lines
291 B
Python
Raw Normal View History

2021-06-06 22:13:05 +02:00
# -*- 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