from PfandApplication import main """ If the function launch gets called with False -> No autoupdates will be run || Best for Debugging! True -> Autoupdates will be run """ if __name__ == "__main__": main.PfandCalculator.launch(False)