Files
pfand_PKG/run.py
rattatwinko 6fa8b4bfc8 modded
2025-04-15 18:52:08 +02:00

14 lines
238 B
Python

from PfandApplication import main
"""
If the function launch gets called with
False -> No autoupdates will be run
True -> Autoupdates will be run
"""
if __name__ == "__main__":
main.PfandCalculator.launch(True) # By default True