8 lines
96 B
Python
8 lines
96 B
Python
#!/usr/bin/python
|
|
|
|
import clockytracklist
|
|
|
|
|
|
tl=clockytracklist.ClockyTracklist("mp3")
|
|
tl.Show()
|