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