Refactor DivineBeing __str__ method for better string representation

This commit is contained in:
2024-06-05 09:40:22 -04:00
parent 19822c4df1
commit 8634dc8826
+3
View File
@@ -37,3 +37,6 @@ class DivineBeing(BaseModel):
)
return anglicized_name
def __str__(self):
return self.name