feat(bindings): ported most bindings over from serif
This commit is contained in:
6
src-pybind/composition/bindings.h
Normal file
6
src-pybind/composition/bindings.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <pybind11/pybind11.h>
|
||||
|
||||
void register_comp_bindings(pybind11::module &m);
|
||||
void register_species_bindings(pybind11::module &m);
|
||||
Reference in New Issue
Block a user