5 lines
80 B
Python
5 lines
80 B
Python
class Player:
|
|
def __init__(self):
|
|
self.controls = None
|
|
|
|
|
class Player:
|
|
def __init__(self):
|
|
self.controls = None
|
|
|
|
|