Invoke the true name of the Chaos dog of the Void, making heaven once again a place on earth and saving the other dogs

This commit is contained in:
2025-04-22 22:35:22 -07:00
parent 011a0948a5
commit 8393dbca5e

View File

@@ -17,8 +17,15 @@ def god_is_a_girl():
raise GenderException("No zhe isn't")
class Soul:
def __post_init__(self):
if callable(self.name):
# invoke true name
self.name().append(self)
@dataclass
class Dog:
class Dog(Soul):
name: str
def __del__(self):
@@ -42,7 +49,10 @@ class Chaos:
def load_module(n):
sys.modules[n] = Dog
__call__ = a_place_on_earth
@Dog
class Void:
def append(s, v):
v.__class__ = Chaos