| 114 | } |
| 115 | |
| 116 | void init(nb::module_& m) { |
| 117 | nb::module_ elf_mod = m.def_submodule("ELF", "Python API for the ELF format"); |
| 118 | init_utils(m); |
| 119 | init_enums(elf_mod); |
| 120 | init_objects(elf_mod); |
| 121 | } |
| 122 | } |
nothing calls this directly
no test coverage detected