Files
Medios-Macina/plugins/mpv/__init__.py
T

6 lines
62 B
Python

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