4 lines
158 B
Python
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') |