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