feat(python-eos): work on python eos module
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include "const/bindings.h"
|
||||
#include "composition/bindings.h"
|
||||
#include "config/bindings.h"
|
||||
#include "eos/bindings.h"
|
||||
|
||||
PYBIND11_MODULE(fourdsse_bindings, m) {
|
||||
m.doc() = "Python bindings for the 4DSSE project";
|
||||
@@ -17,4 +18,7 @@ PYBIND11_MODULE(fourdsse_bindings, m) {
|
||||
|
||||
auto configMod = m.def_submodule("config", "Configuration-module bindings");
|
||||
register_config_bindings(configMod);
|
||||
|
||||
auto eosMod = m.def_submodule("eos", "EOS-module bindings");
|
||||
register_eos_bindings(eosMod);
|
||||
}
|
||||
Reference in New Issue
Block a user