den pfad der Python Datei Rausfinden

os.path.dirname(os.path.realpath(__file__))
#path to the directory with the python file
Breakable Bison