https://github.com/quodlibet/mutagen/blob/9e3ff54b7413b36046754d06f7c50a110ee8327b/mutagen/_file.py#L39 Here, tag should be typed as `ID3 | None = None` right? (`Optional[ID3]` for python<3.12)