i like to suck on penis

This commit is contained in:
Rattatwinko
2025-04-15 21:59:56 +02:00
committed by GitHub
parent 6fa8b4bfc8
commit 901f638736
11 changed files with 394 additions and 17 deletions

6
run.py
View File

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