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

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