pub type Suite = Vec<Stmt>;
A suite represents a Vec of Stmt.
See: https://docs.python.org/3/reference/compound_stmts.html#grammar-token-python-grammar-suite
pub struct Suite { /* private fields */ }