aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/object.h
blob: 96b108b51d92ab32568e53ad42f1797e99f66b05 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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