pub const IMPORT_QUERY: &str = r#" (import_statement) @import_path (import_from_statement) @import_path "#;
Tree-sitter query for extracting Python imports.