8 lines
99 B
Python
8 lines
99 B
Python
"""Canonical MPV plugin package."""
|
|
|
|
from plugins.mpv.mpv_ipc import MPV
|
|
|
|
__all__ = [
|
|
"MPV",
|
|
]
|