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