Pathlib Path Get Get Directory текущего файла

import pathlib
pathlib.Path(__file__).parent.absolute()
Pleasant Panda