feat: added compile
This commit is contained in:
parent
346d273201
commit
2da7a48b72
@ -134,6 +134,9 @@ class ArtworkCollection:
|
||||
for value in values:
|
||||
self.append(value, **kwargs)
|
||||
|
||||
def compile(self) -> None:
|
||||
pass
|
||||
|
||||
def __merge__(self, other: ArtworkCollection, **kwargs) -> None:
|
||||
self.parent_artworks.update(other.parent_artworks)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user