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

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