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