Feat: rename populate and use fakers
This commit is contained in:
@@ -28,3 +28,6 @@ class Tribe:
|
||||
|
||||
def to_dict(self) -> dict:
|
||||
return {"name": self.name, "level": self.level}
|
||||
|
||||
def to_tuple(self) -> tuple:
|
||||
return (self.name, self.level)
|
||||
|
||||
Reference in New Issue
Block a user