mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
7 lines
191 B
Python
7 lines
191 B
Python
from app.models import AllSongs
|
|
from app.models import Artists
|
|
from app.models import TrackColors
|
|
|
|
songs_instance = AllSongs()
|
|
artist_instance = Artists()
|
|
track_color_instance = TrackColors() |