feat: added compile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Hazel 2024-06-07 11:27:55 +02:00
parent 346d273201
commit 2da7a48b72

View File

@ -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)