Merge pull request #1378 from joakim-hove/wrap-summarystate

python wrapper for summarystate
This commit is contained in:
Joakim Hove
2020-01-02 20:54:48 +01:00
committed by GitHub
8 changed files with 103 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ void python::common::export_all(py::module& module) {
export_UnitSystem(module);
export_Log(module);
export_IO(module);
export_SummaryState(module);
}