Binary package “python3-codegen” in ubuntu oracular

extension to ast that allows AST -> Python code generation

 The codegen module converts a abstract syntax tree (AST) back into Python
 source code. This is useful for debugging purposes, especially when dealing
 with custom ASTs not generated by Python itself.