#ifndef CGAL_BINDINGS_H #define CGAL_BINDINGS_H #include namespace py = pybind11; void init_plane(py::module_ &); #endif // CGAL_BINDINGS_H