From 9731d8a4bb7ee2cc8554eaf133bb85498a4c7d80 Mon Sep 17 00:00:00 2001
From: maxim-yurchuk <maxim-yurchuk@yandex-team.com>
Date: Wed, 9 Oct 2024 12:29:46 +0300
Subject: publishFullContrib: true for ydb

<HIDDEN_URL>
commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
---
 contrib/libs/python/Include/moduleobject.h | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 contrib/libs/python/Include/moduleobject.h

(limited to 'contrib/libs/python/Include/moduleobject.h')

diff --git a/contrib/libs/python/Include/moduleobject.h b/contrib/libs/python/Include/moduleobject.h
new file mode 100644
index 0000000000..9f9e43feb0
--- /dev/null
+++ b/contrib/libs/python/Include/moduleobject.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#ifdef USE_PYTHON3
+#include <contrib/tools/python3/Include/moduleobject.h>
+#else
+#include <contrib/tools/python/src/Include/moduleobject.h>
+#endif
-- 
cgit v1.2.3