7 lines
149 B
C
7 lines
149 B
C
#pragma once
|
|
|
|
#include <pybind11/pybind11.h>
|
|
|
|
void register_comp_bindings(pybind11::module &m);
|
|
void register_species_bindings(pybind11::module &m);
|