7 lines
135 B
Python
7 lines
135 B
Python
from plugins.mpv.lyric import *
|
|
from plugins.mpv.lyric import main as _main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
raise SystemExit(_main())
|