## BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE) For modern python library which involved path location, it would be nice to accept `Union[str, os.PathLike[str]]`, instead of just `str`.