From 1fc46a4779db305200da6781174e416c3c9b92d8 Mon Sep 17 00:00:00 2001 From: BarsTiger <60313248+BarsTiger@users.noreply.github.com> Date: Fri, 23 Apr 2021 13:06:03 +0300 Subject: [PATCH] Delete KOTIKOT_launcher.py --- KOTIKOT_launcher.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 KOTIKOT_launcher.py diff --git a/KOTIKOT_launcher.py b/KOTIKOT_launcher.py deleted file mode 100644 index 950bf1a..0000000 --- a/KOTIKOT_launcher.py +++ /dev/null @@ -1,7 +0,0 @@ -import urllib.request, os - -launchfolder = os.getcwd() -offprojects = launchfolder + "\OfficialProjects" - -if not os.path.exists(offprojects): - os.mkdir(offprojects) \ No newline at end of file