added group.py
This commit is contained in:
parent
dfadbe62e4
commit
1f93bda06c
1 changed files with 3 additions and 0 deletions
3
group.py
3
group.py
|
@ -6,3 +6,6 @@ class Group():
|
|||
self.subject = subject
|
||||
self.subjectOwner = subjectOwner
|
||||
self.owner = owner
|
||||
|
||||
self.nick = "me"
|
||||
self.participants = { }
|
||||
|
|
Loading…
Add table
Reference in a new issue