pub const IMPORT_QUERY: &str = r" (use_statement (module_name) @import_path) ";
Tree-sitter query for extracting Fortran imports (USE statements).