summaryrefslogtreecommitdiff
path: root/scrap/structures.py
diff options
context:
space:
mode:
Diffstat (limited to 'scrap/structures.py')
-rw-r--r--scrap/structures.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/scrap/structures.py b/scrap/structures.py
deleted file mode 100644
index b139489..0000000
--- a/scrap/structures.py
+++ /dev/null
@@ -1,12 +0,0 @@
-class song:
- def __init__(self, name, lyrics):
- self.name = name
- self.lyrics = lyrics
-
-
-class album:
- def __init__(self, name, cover, songs, artist_id):
- self.name = name
- self.cover = cover
- self.songs = songs
- self.artist = artist_id