From 7daa5284f9eddf6d4b4e7838919e80ce25324bb0 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Sun, 25 Sep 2022 00:10:13 +1000 Subject: Lots of changes! --- run_competition.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 run_competition.py (limited to 'run_competition.py') diff --git a/run_competition.py b/run_competition.py new file mode 100644 index 0000000..ccbb328 --- /dev/null +++ b/run_competition.py @@ -0,0 +1,2 @@ +import robots.client +robots.client.main() -- cgit v1.2.3