DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
registrators.hpp
Go to the documentation of this file.
1
12#ifndef TPGLIBS_PYBINDSRC_REGISTRATORS_HPP_
13#define TPGLIBS_PYBINDSRC_REGISTRATORS_HPP_
14
15#include <pybind11/pybind11.h>
16
18
19 void register_renameme(pybind11::module&);
20
21}
22
23#endif // TPGLIBS_PYBINDSRC_REGISTRATORS_HPP_
void register_renameme(py::module &m)