#include #include "export.hpp" void python::common::export_UnitSystem(py::module& module) { py::class_(module, "UnitSystem") .def_property_readonly( "type", &UnitSystem::getName ); }