den pfad der python datei rausfinden

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