pooch.typing.PathInputType# pooch.typing.PathInputType = str | os.PathLike | list[str | os.PathLike] | tuple[str | os.PathLike]# Represent a union type E.g. for int | str