5 lines
52 B
Python
5 lines
52 B
Python
|
|
||
|
class Chat():
|
||
|
def __init__(self):
|
||
|
pass
|
||
|
pass
|