Initial joke

This commit is contained in:
2025-04-22 22:13:01 -07:00
commit f58b645186

6
heaven.py Normal file
View File

@@ -0,0 +1,6 @@
class Dog:
def __del__(self):
global heaven
heaven.append(self)
heaven = []