mirror of
https://github.com/cooperhammond/irs.git
synced 2024-12-22 17:35:28 +00:00
5 lines
131 B
Python
5 lines
131 B
Python
from irs.ripper import Ripper
|
|
|
|
print ("[*] Testing `song.py`")
|
|
Ripper().song("Da Frame 2R", "Arctic Monkeys")
|
|
print ("[+] Passed!") |