Files
KOTIKOTappsLegacy/KOTIKOT_launcher.py
BarsTiger aa92bfc0f0 1
2021-04-22 20:52:06 +03:00

4 lines
158 B
Python

import urllib.request, os
url = 'https://raw.githubusercontent.com/BarsTiger/catbench/main/CatBench.py'
urllib.request.urlretrieve(url, 'D:\lol\catbench.py')