fix(python): added stubs

code inspection now works with fourdst
This commit is contained in:
2025-11-25 11:54:08 -05:00
parent a799957f3e
commit a55a661b39
14 changed files with 604 additions and 48 deletions

View File

@@ -2,5 +2,5 @@
#include <pybind11/pybind11.h>
void register_comp_bindings(const pybind11::module &m);
void register_comp_bindings(pybind11::module &m);
void register_species_bindings(const pybind11::module &m);