DPsim
Attributes.h
1 /* Copyright 2017-2022 Institute for Automation of Complex Power Systems,
2  * EONERC, RWTH Aachen University
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at https://mozilla.org/MPL/2.0/.
7  *********************************************************************************/
8 #pragma once
9 
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>
15 
16 namespace py = pybind11;
17 using namespace pybind11::literals;
18 
19 void addAttributes(py::module_ m);