Edit: lib_using_pathlib.py
import pathlib def use_pathlib(path: str): return pathlib.Path(path)
Cancel