6 lines
103 B
C
6 lines
103 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <pybind11/pybind11.h>
|
||
|
|
|
||
|
|
void register_refinement_bindings(pybind11::module_& m);
|