#include #include void exportPoint2(); BOOST_PYTHON_MODULE(libgeometry){ using namespace boost::python; exportPoint2(); }