DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
pythonbindingsrenameme.cpp
Go to the documentation of this file.
1
9#include "pybind11/pybind11.h"
10#include "pybind11/stl.h"
11
12namespace py = pybind11;
13
15
16void
17register_renameme(py::module& m)
18{}
19
20} // namespace dunedaq::tpglibs::python
void register_renameme(py::module &m)