7 lines
164 B
Python
7 lines
164 B
Python
from sublime.players.mpv import MPVPlayer
|
|
|
|
|
|
def test_init():
|
|
empty_fn = lambda *a, **k: None
|
|
MPVPlayer(empty_fn, empty_fn, empty_fn, {"Replay Gain": "no"})
|