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