This commit is contained in:
BarsTiger
2021-04-22 20:52:06 +03:00
parent f7a6f54037
commit aa92bfc0f0
2 changed files with 12 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import urllib.request
import urllib.request, os
url = 'https://raw.githubusercontent.com/BarsTiger/catbench/main/CatBench.py'
urllib.request.urlretrieve(url, 'D:\catbench.py')
urllib.request.urlretrieve(url, 'D:\lol\catbench.py')