TLDR; from pathlib import Path fait la même chose que import os, mais en plus OO-friendly =)
from pathlib import Path
import os