commit f7a6f54037305df2b7a0a20f60e92166a1da8ce5 Author: BarsTiger Date: Thu Apr 22 19:55:41 2021 +0300 Initial commit 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