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