Delete KOTIKOT_launcher.py

This commit is contained in:
BarsTiger
2021-04-23 13:06:03 +03:00
committed by GitHub
parent 00c5ecbb63
commit 1fc46a4779

View File

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