X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fplayer.py;h=fc95a8fa55f66990d2116782d2e836c3af1429cf;hb=7c77f569ca3cf1db9359ee476b245a848d7dddda;hp=d4ff73211a54db98354f18c55c02fa5557e9a918;hpb=8f1005d3b07d61d44d5a8a0302099126f7f2e6a9;p=naja.git diff --git a/naja/player.py b/naja/player.py index d4ff732..fc95a8f 100644 --- a/naja/player.py +++ b/naja/player.py @@ -57,6 +57,7 @@ class PlayerBits(object): wrap = self.bits << (8 - shift) & 0xff self.bits = (self.bits >> shift | wrap) + class Player(object): """ A representation of the player.