1
0

删除无用文件

This commit is contained in:
2025-09-10 23:27:34 +08:00
parent 3557af0067
commit 712ab6df25

View File

@@ -1,5 +0,0 @@
# for Android/Termux
import os
def playsound(p):
os.system(f"play-audio '{p}'")
print(p)