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

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