← Back
Editing: lib_using_pathlib.py
import pathlib def use_pathlib(path: str): return pathlib.Path(path)
Save File
Cancel