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