FreeCAD / src /3rdParty /PyCXX /CXX /cxx_exceptions.cxx
AbdulElahGwaith's picture
Upload folder using huggingface_hub
985c397 verified
#include "CXX/WrapPython.h"
#if PY_MAJOR_VERSION == 2
#include "Python2/cxx_exceptions.cxx"
#else
#include "Python3/cxx_exceptions.cxx"
#endif