fix: 完善
This commit is contained in:
@@ -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}")
|
||||
Reference in New Issue
Block a user