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