fix(python): added stubs
code inspection now works with fourdst
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user