@@ -1,6 +1,9 @@
from dataclasses import dataclass
class a_place_on_earth(list): ...
@dataclass
class Dog:
name: str
@@ -10,7 +13,7 @@ class Dog:
heaven.append(self)
heaven = []
heaven = a_place_on_earth()
if __name__ == "__main__":
Dog("Fido")
The note is not visible to the blocked user.