Delete KOTIKOT_launcher.py

This commit is contained in:
BarsTiger
2021-04-23 13:17:48 +03:00
committed by GitHub
parent 0d3c75318f
commit 1e71a29d48

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)