Return a new path object representing the current directory (as returned by os.getcwd()):
classmethod Path.cwd()
>>> Path.cwd() PosixPath('/home/antoine/pathlib')