feat: better state_handler
This commit is contained in:
@@ -5,5 +5,4 @@ class Player:
|
||||
def __init__(self, config: PlayerConfig):
|
||||
self.config = config
|
||||
|
||||
def play(self, continuation = False):
|
||||
...
|
||||
def play(self, continuation=False): ...
|
||||
|
||||
Reference in New Issue
Block a user