0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00
Files
RadioPlayer/player_modules.py
2025-10-11 15:54:28 +02:00

5 lines
149 B
Python

class PlayerModule:
def on_new_playlist(self, playlist: list[str]):
pass
def on_new_track(self, track: str, index: int):
pass