Files
KOTIKOTappsLegacy/KOTIKOT_launcher.py
BarsTiger 1c88c39f88 1
2021-04-23 13:16:58 +03:00

7 lines
165 B
Python

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