23 #include "pybind11/pybind11.h"
27 namespace py = pybind11;
34 py::module mod(
"supportedFormats");
36 py::class_<SupportedFormats, std::shared_ptr<SupportedFormats>> cls(mod,
"SupportedFormats");
38 cls.def(py::init<>());
PYBIND11_PLUGIN(defaultPolicyFile)