This commit is contained in:
BarsTiger
2021-04-23 11:07:24 +03:00
parent d75cf90b4c
commit f90fbbd2f9

View File

@@ -1,4 +1,7 @@
import urllib.request, os import urllib.request, os
url = 'https://raw.githubusercontent.com/BarsTiger/catbench/main/CatBench.py' launchfolder = os.getcwd()
urllib.request.urlretrieve(url, 'D:\lol\catbench.py') offprojects = launchfolder + "\OfficialProjects"
if not os.path.exists(offprojects):
os.mkdir(offprojects)