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

#ifdef USE_PYTHON3
#error "No <ast.h> in Python3"
#else
#include <contrib/tools/python/src/Include/ast.h>
#endif