From f7a6f54037305df2b7a0a20f60e92166a1da8ce5 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Thu, 22 Apr 2021 19:55:41 +0300 Subject: [PATCH] Initial commit --- KOTIKOT_launcher.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 KOTIKOT_launcher.py diff --git a/KOTIKOT_launcher.py b/KOTIKOT_launcher.py new file mode 100644 index 0000000..dab8d26 --- /dev/null +++ b/KOTIKOT_launcher.py @@ -0,0 +1,4 @@ +import urllib.request + +url = 'https://raw.githubusercontent.com/BarsTiger/catbench/main/CatBench.py' +urllib.request.urlretrieve(url, 'D:\catbench.py') \ No newline at end of file