//
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.
//

// clang-format off

#ifndef _PyImathStringArrayRegister_h_
#define _PyImathStringArrayRegister_h_

#include "PyImathExport.h"

namespace PyImath {

PYIMATH_EXPORT void register_StringArrays();

}

#endif
