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

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