5 lines
83 B
Python
5 lines
83 B
Python
from clock import Clock
|
|
|
|
class Player:
|
|
def __init__(self) -> None:
|
|
pass |