| 135 | } |
| 136 | |
| 137 | void init(nb::module_& m) { |
| 138 | nb::module_ macho_mod = m.def_submodule("MachO", "Python API for the MachO format"); |
| 139 | init_enums(macho_mod); |
| 140 | init_objects(macho_mod); |
| 141 | init_utils(macho_mod); |
| 142 | } |
| 143 | } |
nothing calls this directly
no test coverage detected