Removed unneeded files

This commit is contained in:
Manuel Cortez 2018-01-23 13:40:41 -06:00
parent eda8b950e4
commit 513d3ccf68
2 changed files with 0 additions and 13 deletions

View File

@ -1,2 +0,0 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-

View File

@ -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