mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-25 20:30:13 +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()
|