[EDIT] FILE: lib_using_pathlib.py
import pathlib def use_pathlib(path: str): return pathlib.Path(path)
SAVE
CANCEL