feat(python): Python Bindings
Python Bindings are working again
This commit is contained in:
5
src/python/config/bindings.h
Normal file
5
src/python/config/bindings.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <pybind11/pybind11.h>
|
||||
|
||||
void register_config_bindings(pybind11::module &m);
|
||||
Reference in New Issue
Block a user