#pragma once

#ifdef USE_PYTHON3
#error "No <pygetopt.h> in Python3"
#else
#include <contrib/tools/python/src/Include/pygetopt.h>
#endif