mirror of
https://github.com/cooperhammond/irs.git
synced 2024-12-22 17:35:28 +00:00
7 lines
161 B
Python
7 lines
161 B
Python
|
from os import system, chdir
|
||
|
chdir("tests/")
|
||
|
|
||
|
system("python album.py")
|
||
|
system("python playlist.py")
|
||
|
system("python post_processors.py")
|
||
|
system("python song.py")
|