I need the export functionality of the NAComputation to a string in the Python bindings of MQT QMap. This PR creates a binding for that on the Python side.
Checklist:
[x] The pull request only contains commits that are related to it.
[ ] I have added appropriate tests and documentation.
[ ] I have made sure that all CI jobs on GitHub pass.
[ ] The pull request introduces no new warnings and follows the project's style guidelines.
Description
I need the export functionality of the
NAComputation
to a string in the Python bindings of MQT QMap. This PR creates a binding for that on the Python side.Checklist: