From 8ad11db860898dcfc9269f2b84df7e301a6e8e5c Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Tue, 23 Dec 2025 01:44:38 +0100 Subject: Initial commit --- __main__.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 __main__.py (limited to '__main__.py') diff --git a/__main__.py b/__main__.py new file mode 100644 index 0000000..8fac33c --- /dev/null +++ b/__main__.py @@ -0,0 +1,6 @@ +"""main entry point""" + +from scorecounter.app import main + +if __name__ == '__main__': + main().main_loop() -- cgit v1.3