I see the guide currently uses .py files from the source code to run the generation of the python backends. Is there a way to generate them from a binary pdlc installed from crates?
Another thing is that it would be best for our monorepo (multilingual) to have a single binary pdlc included which we could trigger from a single directory, without having to create a rust project just for codegen. Is it possible?