9 lines
No EOL
92 B
Python
9 lines
No EOL
92 B
Python
import connection
|
|
|
|
class Room():
|
|
"""
|
|
TODO
|
|
"""
|
|
|
|
def __init__(self):
|
|
self.messages = [] |