mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2025-06-29 09:40:14 +02:00
3 lines
66 B
Python
3 lines
66 B
Python
|
class Player:
|
||
|
def __init__(self):
|
||
|
self.addr = ("0.0.0.0", 0)
|