Files

8 lines
99 B
Python

"""Canonical MPV plugin package."""
from plugins.mpv.mpv_ipc import MPV
__all__ = [
"MPV",
]