Update lyrics.py
This commit is contained in:
parent
a11a4ca4c2
commit
8e6baef854
@ -9,6 +9,9 @@ from .formatted_text import FormattedText
|
|||||||
|
|
||||||
|
|
||||||
class Lyrics(DatabaseObject):
|
class Lyrics(DatabaseObject):
|
||||||
|
COLLECTION_ATTRIBUTES = ["source_collection"]
|
||||||
|
SIMPLE_ATTRIBUTES = ["text", "language"]
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
text: FormattedText,
|
text: FormattedText,
|
||||||
|
Loading…
Reference in New Issue
Block a user