0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-27 06:03:52 +01:00

testing modules

This commit is contained in:
Kuba
2025-10-11 15:54:28 +02:00
parent dfd2b34d44
commit a68acb4c69
3 changed files with 51 additions and 11 deletions

5
player_modules.py Normal file
View File

@@ -0,0 +1,5 @@
class PlayerModule:
def on_new_playlist(self, playlist: list[str]):
pass
def on_new_track(self, track: str, index: int):
pass