9#include <pybind11/pybind11.h>
10#include <pybind11/stl.h>
12namespace py = pybind11;
23 m.doc() =
"c++ implementation of the dunedaq detchannelmaps modules";
void register_maps(py::module &m)
PYBIND11_MODULE(_daq_detchannelmaps_py, m)
void register_hw_map_service(py::module &)