mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
7 lines
182 B
Python
7 lines
182 B
Python
from app.models import AllSongs, Artists, TrackColors, Albums
|
|
|
|
songs_instance = AllSongs()
|
|
artist_instance = Artists()
|
|
track_color_instance = TrackColors()
|
|
album_instance = Albums()
|