Files
intern2020/bot1/chats.py
2020-10-26 20:30:12 +00:00

10 lines
129 B
Python

class Chat():
def __init__(id):
self.id=id
class ChatManager():
def __init__():
self.chats=dict()