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