Currently, PDL can generate a fully native Python API. Rust and Python can be wrapped together with [POY3](https://pyo3.rs/). Does it make sense to decorate, via a "python" feature, the generated classes in order to have a code usable both by Rust and Python?