mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 12:29:09 +00:00
Add tests for encoders
and some refactoring
This commit is contained in:
@@ -6,7 +6,7 @@ from abc import abstractmethod
|
||||
|
||||
class LyricBase(ABC):
|
||||
@abstractmethod
|
||||
def __init__(self, artist, song):
|
||||
def __init__(self, artist, track):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user