feat(python): added python bindings
This commit is contained in:
5
src/python/refinement/bindings.h
Normal file
5
src/python/refinement/bindings.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <pybind11/pybind11.h>
|
||||
|
||||
void register_refinement_bindings(pybind11::module_& m);
|
||||
Reference in New Issue
Block a user