swingmusic/server/app/instances.py
2022-03-02 15:12:13 +03:00

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()