taskkeeperbot/chat.py
2017-10-14 03:46:17 +02:00

5 lines
100 B
Python

class Chat(object):
def __init__(self, ident):
self.id = ident
self.tasks = []