pub fn extract_inheritance(node: &Node<'_>, source: &str) -> Vec<String>
Extract inheritance information from a Python class node.