mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2025-01-13 23:31:32 +01:00
3 lines
66 B
Python
3 lines
66 B
Python
class Player:
|
|
def __init__(self):
|
|
self.addr = ("0.0.0.0", 0) |