// An empty file that makes easier to add custom functions. // #include "common.h" // it includes namespace py = pybind11; void add_custom(py::module& m) { (void) m; }