Make the Builtin class available from Python

This commit is contained in:
Joakim Hove
2021-03-04 19:12:47 +01:00
parent f584901da4
commit 84d5dbde0e
12 changed files with 101 additions and 13 deletions

View File

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