1
This commit is contained in:
@@ -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)
|
||||||
Reference in New Issue
Block a user