6 lines
111 B
C
6 lines
111 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <pybind11/pybind11.h>
|
||
|
|
|
||
|
|
void register_const_bindings(pybind11::module &const_submodule);
|