#include #include #include # include "cgal.hpp" namespace py = pybind11; typedef CGAL::Simple_cartesian Kernel; PYBIND11_MODULE(cgal_bindings, m) { py::module_ plane = m.def_submodule("plane"); init_plane(plane); }