mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
12 lines
164 B
C
12 lines
164 B
C
#ifndef Py_ARRAYOBJECT_H
|
|
#define Py_ARRAYOBJECT_H
|
|
|
|
#include "ndarrayobject.h"
|
|
#include "npy_interrupt.h"
|
|
|
|
#ifdef NPY_NO_PREFIX
|
|
#include "noprefix.h"
|
|
#endif
|
|
|
|
#endif
|