mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
5e9053988f
Explicit definition of a py::module was only required when using the deprecated PYBIND11_PLUGIN macro; remove this as the second argument of the PYBIND11_MODULE macro will define the variable. Set the docstring as appropriate. Fixes #404.