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

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