namespace sunbeam -> opmcommon_python.
This commit is contained in:
@@ -37,7 +37,7 @@ namespace {
|
||||
|
||||
}
|
||||
|
||||
void sunbeam::export_Deck(py::module &module) {
|
||||
void opmcommon_python::export_Deck(py::module &module) {
|
||||
|
||||
py::class_< Deck >(module, "Deck")
|
||||
.def( "__len__", &size )
|
||||
|
||||
Reference in New Issue
Block a user