This commit is contained in:
BarsTiger
2021-04-23 13:35:14 +03:00
parent 4cdda2236d
commit f52f070cf2
3 changed files with 31 additions and 0 deletions

7
KOTIKOT_launcher.py Normal file
View File

@@ -0,0 +1,7 @@
import urllib.request, os
launchfolder = os.getcwd()
offprojects = launchfolder + "\OfficialProjects"
if not os.path.exists(offprojects):
os.mkdir(offprojects)