learning-beeware/src/helloworld/__main__.py

5 lines
83 B
Python

from helloworld.app import main
if __name__ == "__main__":
main().main_loop()