X-Git-Url: https://plomlompom.com/repos/todo?a=blobdiff_plain;f=client.py;h=07d59c235c5a2b21f9b3ff7ba90c6f29b75a86e2;hb=fb11e52f4e70470336504c84e4b05f3a3b6a9790;hp=dd40323fca7038e45f8684bd1f34bd086e96523d;hpb=7d25c53656415a4699f6ad899974839eaa62af36;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 = ''