init
This commit is contained in:
10
bot1/chats.py
Normal file
10
bot1/chats.py
Normal file
@@ -0,0 +1,10 @@
|
||||
class Chat():
|
||||
def __init__(id):
|
||||
self.id=id
|
||||
|
||||
|
||||
class ChatManager():
|
||||
def __init__():
|
||||
self.chats=dict()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user