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()