diff options
author | nil <nil@tfwhyno.gf> | 2024-10-02 17:48:56 +0200 |
---|---|---|
committer | nil <nil@tfwhyno.gf> | 2024-10-02 17:48:56 +0200 |
commit | 0972fa6eab8c9111311f082ba8abfdc6b4a40945 (patch) | |
tree | 4eedbdc1a7cfdeee9d651c9871a9f26ab6da56d4 /rust/scripts/populate/albums.py | |
parent | 012c2c03b29a987ca4eead023ded22e01aa7477b (diff) |
commit changes
Diffstat (limited to 'rust/scripts/populate/albums.py')
-rw-r--r-- | rust/scripts/populate/albums.py | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/rust/scripts/populate/albums.py b/rust/scripts/populate/albums.py deleted file mode 100644 index 63114da..0000000 --- a/rust/scripts/populate/albums.py +++ /dev/null @@ -1,38 +0,0 @@ -album_data = [ - ["astrophysics", [ - "apathy", - "The Unending Need For Perpetual Motion", - "HOPE LEFT ME Complete Version", - "Selected Tragic", - "Cute Tragedies", - "selected apathetic", - "ENTITY", - ]], - ["sadsvit", [ - "Неонова Мрія Neon Dream", - "20 21", - "Cassette", - "Суматоха Bustle", - ]], - ["Молчат Дома", [ - "Белая Полоса White Stripe", - "Монумент Monument", - "Этажи Floors", - "С крыш наших домов From our houses rooftops", - ]], - ["amesoeurs", [ - "Amesoeurs", - ]], - ["severoth", [ - "Vsesvit", - "Winterfall", - ]], - ["sadness", [ - "Motionless Watching You", - "Circle of Veins", - ]], - ["Буерак", [ - "Голд Gold", - ]], - -] |