2025-07-22 13:51:43 -04:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#include <pybind11/pybind11.h>
|
|
|
|
|
|
2025-11-26 12:31:46 -05:00
|
|
|
void register_comp_exceptions(pybind11::module &m);
|
|
|
|
|
void register_species_bindings(pybind11::module &m);
|
2025-11-25 11:54:08 -05:00
|
|
|
void register_comp_bindings(pybind11::module &m);
|
2025-11-26 12:31:46 -05:00
|
|
|
|