| 140 | } |
| 141 | |
| 142 | void init(nb::module_& m) { |
| 143 | nb::module_ pe_mod = m.def_submodule("PE", "Python API for the PE format"); |
| 144 | init_enums(pe_mod); |
| 145 | init_objects(pe_mod); |
| 146 | init_utils(pe_mod); |
| 147 | } |
| 148 | } |
nothing calls this directly
no test coverage detected