13 lines
225 B
C++
13 lines
225 B
C++
#pragma once
|
|
|
|
#include <pybind/pybind.h>
|
|
#include <pybind/operators.h>
|
|
#include <pybind/complex.h>
|
|
#include <pybind/numpy.h>
|
|
#include <pybind/stl.h>
|
|
#include <pybind/functional.h>
|
|
|
|
#include "py_doc.h"
|
|
|
|
namespace py = pybind;
|