3 lines
66 B
Python
Raw Normal View History

2016-03-11 15:57:17 +02:00
class Player:
def __init__(self):
self.addr = ("0.0.0.0", 0)