Set attributes

This commit is contained in:
2023-11-10 10:42:01 +01:00
parent 67e4b0af47
commit 8334f81276
4 changed files with 26 additions and 88 deletions

View File

@@ -29,6 +29,7 @@ namespace pywrap {
PyWrap* pyWrap;
std::string module;
std::string className;
uint32_t id;
bool fitted;
};
} /* namespace pywrap */