mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
break down the api blueprint into smaller blueprints
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from app.models import AllSongs, Artists, TrackColors, Albums
|
||||
from app.models import AllSongs, Artists, TrackColors, Albums, Playlists
|
||||
|
||||
songs_instance = AllSongs()
|
||||
artist_instance = Artists()
|
||||
track_color_instance = TrackColors()
|
||||
album_instance = Albums()
|
||||
playlist_instance = Playlists()
|
||||
Reference in New Issue
Block a user