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