Initial commit

This commit is contained in:
Joscha 2016-05-06 11:12:03 +02:00
commit 5cfec13d6f
7 changed files with 635 additions and 0 deletions

9
room.py Normal file
View file

@ -0,0 +1,9 @@
import connection
class Room():
"""
TODO
"""
def __init__(self):
self.messages = []