1
This commit is contained in:
7
KOTIKOT_launcher.py
Normal file
7
KOTIKOT_launcher.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import urllib.request, os
|
||||
|
||||
launchfolder = os.getcwd()
|
||||
offprojects = launchfolder + "\OfficialProjects"
|
||||
|
||||
if not os.path.exists(offprojects):
|
||||
os.mkdir(offprojects)
|
||||
Reference in New Issue
Block a user