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