Move files into yaboli folder
This commit is contained in:
parent
5cfec13d6f
commit
196edc88ec
7 changed files with 0 additions and 0 deletions
9
yaboli/room.py
Normal file
9
yaboli/room.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import connection
|
||||
|
||||
class Room():
|
||||
"""
|
||||
TODO
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
self.messages = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue