Files
fourdst/src-pybind/composition/bindings.h

9 lines
202 B
C

#pragma once
#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);