feat(composition): added az_to_species binding and added bindings for fourdst exceptions

This commit is contained in:
2025-11-26 12:31:46 -05:00
parent a55a661b39
commit 250e03f00a
8 changed files with 3621 additions and 5 deletions

View File

@@ -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);