Jalur Python dari String

from pathlib import Path
str_path = "my_path"
path = Path(str_path)
Busy Boar