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