UniTO/anno3/progmobile/backend/mozapp.server/mpd_dir/lyrics.py
2024-10-29 09:11:05 +01:00

4 lines
68 B
Python
Executable file

import requests as r
from sys import argv[1]
print(r.get(argv[1]))