This commit is contained in:
Hellow 2023-03-10 21:33:49 +01:00
parent f88cd061fe
commit bc7279d85c

View File

@ -348,7 +348,7 @@ class Artist(MainObject):
self.country: CountryTyping = country self.country: CountryTyping = country
self.formed_in: ID3Timestamp = formed_in self.formed_in: ID3Timestamp = formed_in
""" """
notes, generall genre, lyrics themes are attributes notes, general genre, lyrics themes are attributes
which are meant to only use in outputs to describe the object which are meant to only use in outputs to describe the object
i mean do as you want but there is no strict rule about em so good luck i mean do as you want but there is no strict rule about em so good luck
""" """