/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * Copyright (C) 2022, Tomi Valkeinen * * Python bindings - Auto-generated properties * * This file is auto-generated. Do not edit. */ #include #include namespace py = pybind11; class PyProperties { }; ${vendors_class_def} void init_py_properties_generated(py::module& m) { auto controls = py::class_(m, "properties"); ${vendors_defs} ${controls} }