summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include_prev/structseq.h
blob: 11a126d38cfb2f3258e1e0f7e1d70778b913977d (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/structseq.h>
#else
#include <contrib/tools/python/src/Include/structseq.h>
#endif