While `PurePath.root` is ["A string representing the (local or global) root, if any"](https://docs.python.org/3/library/pathlib.html#pathlib.PurePath.root), `ZipPath.root` is the root zip file. For consistency reasons, `ZipPath.root` should return `""` (or `"/"`?) and the root zip file should be accessible under a different name.