This commit is contained in:
Liu Zhicong
2023-09-22 00:05:32 -07:00
parent ad12e795c5
commit 0d556003c5
+1
View File
@@ -10,6 +10,7 @@ class Contact:
self.added_by = added_by
self.tags = tags
self.notes = notes
self.is_family_member = False
def to_dict(self):
return {