feat(composition): added az_to_species binding and added bindings for fourdst exceptions
This commit is contained in:
@@ -2,5 +2,7 @@
|
||||
|
||||
#include <pybind11/pybind11.h>
|
||||
|
||||
void register_comp_exceptions(pybind11::module &m);
|
||||
void register_species_bindings(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