aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/object.h
blob: c26d54c2ff58cb3e14497a797491573c89670c08 (plain) (blame)
1
2
3
4
5
6
7
#pragma once 
 
#ifdef USE_PYTHON3 
#include <contrib/tools/python3/src/Include/object.h> 
#else 
#include <contrib/tools/python/src/Include/object.h> 
#endif