8 #ifndef PYBIND_STARTER_H 9 #define PYBIND_STARTER_H Namespace for functions to bind C++ classes to Python.
This file has a definition of Starter class, which is a subclass of Updater class.
void py_starter(py::module &m)
Bind Starter class to Python.
This file is for binding Updater class to Python.