Add game data class, replace game_id.

This commit is contained in:
Khazhismel
2015-12-23 17:38:59 -05:00
parent ec23434162
commit 0aa46e6def
6 changed files with 90 additions and 21 deletions

View File

@ -19,6 +19,7 @@ __version__ = '0.10.0-alpha'
from .client import Client
from .user import User
from .game import Game
from .channel import Channel, PrivateChannel
from .server import Server
from .member import Member