répertoire de courant Pathlib
from pathlib import Path
Path('.')
Testy Turtle
from pathlib import Path
Path('.')
import pathlib
pathlib.Path(__file__).parent.absolute()