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