mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 18:30:27 +01:00
3 lines
66 B
Python
3 lines
66 B
Python
class Player:
|
|
def __init__(self):
|
|
self.addr = ("0.0.0.0", 0) |