Files
KOTIKOTappsLegacy/KOTIKOT_launcher.py
2021-04-22 19:55:41 +03:00

4 lines
150 B
Python

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