1 2 3 4 5 6
"""main entry point""" from scorecounter.app import main if __name__ == '__main__': main().main_loop()