mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
5 lines
153 B
Python
5 lines
153 B
Python
from spotdl.lyrics.providers.genius import Genius
|
|
from spotdl.lyrics.providers.lyricwikia_wrapper import LyricWikia
|
|
|
|
LyricClasses = (Genius, LyricWikia)
|