Removed unneeded files
This commit is contained in:
parent
eda8b950e4
commit
513d3ccf68
@ -1,2 +0,0 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding: UTF-8 -*-
|
|
@ -1,11 +0,0 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding: UTF-8 -*-
|
|
||||||
|
|
||||||
class song(object):
|
|
||||||
|
|
||||||
def __init__(self):
|
|
||||||
self.bitrate = 0
|
|
||||||
self.title = ""
|
|
||||||
self.artist = ""
|
|
||||||
self.duration = ""
|
|
||||||
self.size = 0
|
|
Loading…
x
Reference in New Issue
Block a user