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