更新 providers
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# 音频播放器, 必须基于文件操作
|
||||
from .termux_audio import player as termux_player
|
||||
|
||||
__all__ = [
|
||||
"termux_player"
|
||||
]
|
||||
|
||||
players = {
|
||||
"termux": termux_player
|
||||
}
|
||||
Reference in New Issue
Block a user