Files
igl/python/python.h
T
2015-08-28 18:01:34 +02:00

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;