#pragma once #ifdef USE_PYTHON3 #include <contrib/tools/python3/Include/exports.h> #else #error "No <exports.h> in Python2" #endif