#pragma once #ifdef USE_PYTHON3 #include <contrib/tools/python3/src/Include/Python.h> #else #include <contrib/tools/python/src/Include/Python.h> #endif