fix: 完善

This commit is contained in:
2025-12-10 13:13:37 +08:00
parent e9582e1dc0
commit a8ae1bacf3
12 changed files with 62 additions and 40 deletions

View File

@@ -5,6 +5,7 @@
import os
import pathlib
#from .protocol import PlayFunctionProtocol
def player(path: pathlib.Path):
def play_by_path(path: pathlib.Path):
os.system(f"play-audio {path}")