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

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