5 lines
61 B
Python
5 lines
61 B
Python
|
from Player import Player
|
||
|
|
||
|
class RandomPlayer(Player):
|
||
|
pass
|