This commit is contained in:
www
2020-10-26 20:30:12 +00:00
commit 58be5c779a
14 changed files with 673 additions and 0 deletions

10
bot1/chats.py Normal file
View File

@@ -0,0 +1,10 @@
class Chat():
def __init__(id):
self.id=id
class ChatManager():
def __init__():
self.chats=dict()