Files
pfand_PKG/run.py
2025-04-15 21:59:56 +02:00

16 lines
246 B
Python

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)