From c375d5d03ba82f3523773b841e89f30291a88efb Mon Sep 17 00:00:00 2001 From: AlexCami1902 Date: Wed, 11 Jun 2025 17:13:50 +1000 Subject: [PATCH] Update startmatch.py BIG CHANGE!!!! Signed-off-by: AlexCami1902 --- startmatch.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/startmatch.py b/startmatch.py index 6542bab..7429df7 100644 --- a/startmatch.py +++ b/startmatch.py @@ -1 +1,4 @@ -import inputs \ No newline at end of file +def run(): + import inputs # Get the inputs file to run thereby starting the match + +run()