aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/Python-ast.h
blob: 7628fd5a2a1330d67de69db345c793ddb5b4119e (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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