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

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