feat(pythonInterface/eos): fast forward
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
#include "config/bindings.h"
|
||||
#include "eos/bindings.h"
|
||||
|
||||
PYBIND11_MODULE(fourdsse_bindings, m) {
|
||||
m.doc() = "Python bindings for the 4DSSE project";
|
||||
PYBIND11_MODULE(serif, m) {
|
||||
m.doc() = "Python bindings for the SERiF project";
|
||||
|
||||
auto compMod = m.def_submodule("composition", "Composition-module bindings");
|
||||
register_comp_bindings(compMod);
|
||||
|
||||
Reference in New Issue
Block a user