10#include <pybind11/complex.h>
11#include <pybind11/eigen.h>
12#include <pybind11/functional.h>
13#include <pybind11/pybind11.h>
14#include <pybind11/stl.h>
16namespace py = pybind11;
17using namespace pybind11::literals;
19void addEMTComponents(py::module_ mEMT);
20void addEMTPh1Components(py::module_ mEMTPh1);
21void addEMTPh3Components(py::module_ mEMTPh3);