SERiF 0.0.1a
3+1D Stellar Structure and Evolution
Loading...
Searching...
No Matches
bindings.h
Go to the documentation of this file.
1#pragma once
2
3#include <pybind11/pybind11.h>
4
5void register_comp_bindings(pybind11::module &m);
6void register_species_bindings(pybind11::module &m);
void register_comp_bindings(pybind11::module &m)
Definition bindings.cpp:26
void register_species_bindings(pybind11::module &m)
Definition bindings.cpp:141