Update lyrics.py

This commit is contained in:
Hellow2 2023-03-13 14:30:11 +01:00
parent a11a4ca4c2
commit 8e6baef854

View File

@ -9,6 +9,9 @@ from .formatted_text import FormattedText
class Lyrics(DatabaseObject):
COLLECTION_ATTRIBUTES = ["source_collection"]
SIMPLE_ATTRIBUTES = ["text", "language"]
def __init__(
self,
text: FormattedText,