from app.models import AllSongs from app.models import Artists songs_instance = AllSongs() artist_instance = Artists()