X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/static/gitweb.js?a=blobdiff_plain;f=client.py;h=07d59c235c5a2b21f9b3ff7ba90c6f29b75a86e2;hb=02d7ae7eb4e030ad84bc215c9d5703943607f66d;hp=dd40323fca7038e45f8684bd1f34bd086e96523d;hpb=52a7b4e9b1ef3e38701409d963f49033c23d4eaf;p=plomrogue2-experiments diff --git a/client.py b/client.py index dd40323..07d59c2 100755 --- a/client.py +++ b/client.py @@ -4,10 +4,10 @@ import plom_socket_io import socket import threading from parser import ArgError, Parser -from game_common import World, Commander +from game_common import World, CommonCommandsMixin -class Game(Commander): +class Game(CommonCommandsMixin): world = World() log_text = ''