#include "shield_handling.h" #include "storm/shields/ShieldHandling.h" #include "storm/api/export.h" template void define_shield_handling(py::module& m) { m.def("export_shield", &storm::api::exportShield, py::arg("model"), py::arg("shield")); } template void define_shield_handling::index_type>(py::module& m);