删除无用文件

This commit is contained in:
2025-09-10 23:27:34 +08:00
parent bb99b0a0b7
commit c93bcdd489

View File

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