from music_kraken import objects from music_kraken.pages import ( EncyclopaediaMetallum ) results = EncyclopaediaMetallum.search_by_query("#a Ghost Bath") artist = results[0] artist: objects.Artist = EncyclopaediaMetallum.fetch_details(artist) print(artist.options) print()