Files
test/source/blender/python/intern/bpy_operator.hh
2025-10-12 01:12:49 +00:00

14 lines
222 B
C++

/* SPDX-FileCopyrightText: 2023 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup pythonintern
*/
#pragma once
#include <Python.h>
[[nodiscard]] PyObject *BPY_operator_module();