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