1#include <pybind11/pybind11.h>
2#include <pybind11/stl.h>
7namespace py = pybind11;
void initFitters(py::module &)
PYBIND11_MODULE(_pyMaCh3, m)
void initParameters(py::module &)
void initSplines(py::module &)
void initManager(py::module &)
void initSamples(py::module &)
void initPlotting(py::module &)