OGS
ogs_embedded_python.h
Go to the documentation of this file.
1
11#pragma once
12
13#include <algorithm>
14#include <pybind11/embed.h>
15
17
18namespace ApplicationsLib
19{
22OGS_EXPORT_SYMBOL pybind11::scoped_interpreter setupEmbeddedPython();
23
24} // namespace ApplicationsLib
#define OGS_EXPORT_SYMBOL
pybind11::scoped_interpreter setupEmbeddedPython()