/* SPDX-License-Identifier: GPL-2.0-or-later * Copyright 2016 Blender Foundation. All rights reserved. */ /** \file * \ingroup pythonintern */ #pragma once #ifdef __cplusplus extern "C" { #endif PyObject *BPY_app_alembic_struct(void); #ifdef __cplusplus } #endif