# epath.PathLikeCls

[[[Source]]](https://github.com/google/etils/tree/main/etils/epath/typing.py#L29)



```python
PathLikeCls = (str, os.PathLike)  # Used in `isinstance`
```