6 lines
113 B
C
6 lines
113 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <pybind11/pybind11.h>
|
||
|
|
|
||
|
|
void register_config_bindings(pybind11::module &config_submodule);
|