get_band_node# Revision.get_band_node(band_name: str) → Band# Get a Band node by name. Parameters: band_name: strThe name of the Band node to get. Returns: band: BandThe Band node with the specified name, or None if no such node exists.